getCounter()->startTimer("main_run"); if (php_sapi_name() != "cli") { $app->run(); } $app->getCounter()->stopTimer("main_run"); $app->getCounter()->showResults(); return $app; } catch (\Exception $e) { getDefaultHeaders(); } } else { getDefaultHeaders(); }