From 57b2efcfdcbd3eb517bbe6e568110ead353d9c61 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 1 Sep 2015 22:58:51 +0200 Subject: [PATCH] -profiler --- htdocs/application/controllers/Main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');