mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-26 04:51:08 -05:00
-profiler
This commit is contained in:
parent
f690927e84
commit
57b2efcfdc
@ -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');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user