diff --git a/application/controllers/User_Logbooks.php b/application/controllers/User_Logbooks.php deleted file mode 100644 index 08d5c6a8..00000000 --- a/application/controllers/User_Logbooks.php +++ /dev/null @@ -1,21 +0,0 @@ -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'; - } - -}