rm debug/profiler

This commit is contained in:
int2001
2026-02-05 12:54:48 +00:00
parent 7a7f63bcfc
commit 768f7db5c0
2 changed files with 0 additions and 2 deletions

View File

@@ -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) {

View File

@@ -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) {