Loading public/index.php +1 −0 Original line number Diff line number Diff line <?php define('REQUEST_MICROTIME', microtime(true)); define('APPLICATION_PATH', realpath(__DIR__ . "/..")); /** * This makes our life easier when dealing with paths. Everything is relative * to the application root now. Loading Loading
public/index.php +1 −0 Original line number Diff line number Diff line <?php define('REQUEST_MICROTIME', microtime(true)); define('APPLICATION_PATH', realpath(__DIR__ . "/..")); /** * This makes our life easier when dealing with paths. Everything is relative * to the application root now. Loading