function __construct()
 {
     $this->caching = false;
     $this->purges_cache = false;
     $this->auto_authenticate = false;
     parent::__construct();
 }
Exemple #2
0
 function __construct()
 {
     parent::__construct();
 }
 function __construct()
 {
     $this->strict_cookie_auth = false;
     $this->migrate_path = FCPATH . 'app' . DIRECTORY_SEPARATOR . 'application' . DIRECTORY_SEPARATOR . 'models' . DIRECTORY_SEPARATOR . 'migrations' . DIRECTORY_SEPARATOR;
     parent::__construct();
 }
Exemple #4
0
 function __construct()
 {
     $this->auto_authenticate = false;
     parent::__construct();
 }
 function __construct()
 {
     $this->caching = false;
     parent::__construct();
 }
 function __construct()
 {
     $this->auto_authenticate = array('exclude' => array('reset_password'));
     parent::__construct();
 }
 function __construct()
 {
     parent::__construct();
     $this->messages = json_decode(str_replace('D.messages = ', '', file_get_contents(FCPATH . 'app' . DIRECTORY_SEPARATOR . 'js' . DIRECTORY_SEPARATOR . 'core' . DIRECTORY_SEPARATOR . 'director-messages.js')), true);
 }