Commit c4e52cfa authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Déclaration de APPLICATION_PATH

parent 8db98198
Loading
Loading
Loading
Loading
+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.