Example #1
0
 public function __construct()
 {
     Globals::registre('base_path', realpath(''));
     if ($this->runnigInWebServer()) {
         Response::redir('/');
         exit;
     }
 }