home/autoph/public_html/projects/api/public/index.php 0000644 00000001237 15025047115 0017001 0 ustar 00 load();
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();