@@ -9,9 +9,9 @@ |
||
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 | chdir(__DIR__.'/..'); |
14 | -define('DIR', getcwd()); //Root directory |
|
14 | +define('DIR', getcwd()); //Root directory |
|
15 | 15 | /** |
16 | 16 | * Defining of basic constants with paths to system directories |
17 | 17 | */ |