removed as it doesn't appear to be used
这个提交包含在:
父节点
8aa45acc04
当前提交
d39f0cd8b4
共有 1 个文件被更改,包括 0 次插入 和 21 次删除
|
|
@ -1,21 +0,0 @@
|
|||
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
||||
|
||||
class Logbooks extends CI_Controller {
|
||||
|
||||
/* Controls ADIF Import/Export Functions */
|
||||
|
||||
function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
$this->load->helper(array('form', 'url'));
|
||||
|
||||
$this->load->model('user_model');
|
||||
if(!$this->user_model->authorize(2)) { $this->session->set_flashdata('notice', 'You\'re not allowed to do that!'); redirect('dashboard'); }
|
||||
}
|
||||
|
||||
public function index()
|
||||
{
|
||||
echo 'Functions to come';
|
||||
}
|
||||
|
||||
}
|
||||
正在加载…
在新工单中引用