Beispiel #1
0
 protected function _exception()
 {
     // run if get is set and no database exist
     if ($this->cpModule('raw') == 'install' && \lib\utility::get('time') == 'first_time' && !\lib\db::exist()) {
         require_once lib . "install.php";
         \lib\main::$controller->_processor(['force_stop' => true, 'force_json' => false]);
     }
 }