Exemplo n.º 1
0
 public static function uokeWithApi()
 {
     define('APIKEYCODE', CONFIG('apikey'));
     self::coreRun();
     if (DEBUGSET == 2) {
         error_reporting(E_ALL);
     } else {
         error_reporting(0);
     }
     ob_start();
     helper_log::runLog();
     app::runWithApi();
 }