diff --git a/htdocs/application/controllers/Main.php b/htdocs/application/controllers/Main.php index cbd76cc..d88041b 100644 --- a/htdocs/application/controllers/Main.php +++ b/htdocs/application/controllers/Main.php @@ -39,7 +39,7 @@ class Main extends CI_Controller function __construct() { parent::__construct(); - $this->output->enable_profiler(true); + $this->output->enable_profiler(false); $this->load->model('languages'); $this->load->library('curl');