-profiler

This commit is contained in:
Claude 2015-09-01 22:58:51 +02:00
parent f690927e84
commit 57b2efcfdc

View File

@ -39,7 +39,7 @@ class Main extends CI_Controller
function __construct() function __construct()
{ {
parent::__construct(); parent::__construct();
$this->output->enable_profiler(true); $this->output->enable_profiler(false);
$this->load->model('languages'); $this->load->model('languages');
$this->load->library('curl'); $this->load->library('curl');