@@ -9,7 +9,7 @@ |
||
9 | 9 | * Time of start of execution, is used as current time |
10 | 10 | */ |
11 | 11 | define('MICROTIME', microtime(true)); //In seconds (float) |
12 | -define('TIME', floor(MICROTIME)); //In seconds (integer) |
|
12 | +define('TIME', floor(MICROTIME)); //In seconds (integer) |
|
13 | 13 | //Root directory |
14 | 14 | defined('DIR') || define('DIR', realpath(__DIR__.'/..')); |
15 | 15 | chdir(DIR); |