mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
rm debug/profiler
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
class Dashboard extends CI_Controller {
|
||||
|
||||
public function index() {
|
||||
$this->output->enable_profiler(TRUE);
|
||||
// Check if users logged in
|
||||
$this->load->model('user_model');
|
||||
if ($this->user_model->validate_session() == 0) {
|
||||
|
||||
@@ -7,7 +7,6 @@ require_once APPPATH . '../src/Dxcc/Dxcc.php';
|
||||
class Logbook extends CI_Controller {
|
||||
|
||||
function index() {
|
||||
$this->output->enable_profiler(TRUE);
|
||||
// Check if users logged in
|
||||
$this->load->model('user_model');
|
||||
if($this->user_model->validate_session() == 0) {
|
||||
|
||||
Reference in New Issue
Block a user