mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-23 10:08:38 +00:00
Update Debug.php
This commit is contained in:
parent
6a80ed8338
commit
cd03e77483
@ -7,9 +7,6 @@ class Debug extends CI_Controller {
|
|||||||
|
|
||||||
$this->load->model('user_model');
|
$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'); }
|
if(!$this->user_model->authorize(2)) { $this->session->set_flashdata('notice', 'You\'re not allowed to do that!'); redirect('dashboard'); }
|
||||||
if(ENVIRONMENT != "development") {
|
|
||||||
show_error("You must have global enviroment set to development", '403', $heading = 'An Error Was Encountered');
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* User Facing Links to Backup URLs */
|
/* User Facing Links to Backup URLs */
|
||||||
|
Loading…
Reference in New Issue
Block a user