home/autoph/public_html/projects/api/public/index.php000064400000001237150250471150017001 0ustar00load(); error_reporting(E_ALL); date_default_timezone_set(env('APP_TIMEZONE')); /** * Set session */ session_start(); /** * Set Defaults */ // env('CURRENCY_SYMBOL', \App\Models\Currency::getDefaultSymbol()); // Start the routing \App\Router::start();