From d39f0cd8b4601fe2ed88d979162e22bc39062af3 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Mon, 29 May 2023 15:36:38 +0100 Subject: [PATCH] removed as it doesn't appear to be used --- application/controllers/User_Logbooks.php | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 application/controllers/User_Logbooks.php 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'; - } - -}