@@ -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 | */ |
@@ -71,7 +71,7 @@ discard block |
||
71 | 71 | Header set Content-Type application/octet-stream |
72 | 72 | </ifModule> |
73 | 73 | |
74 | -HTACCESS |
|
74 | +htaccess |
|
75 | 75 | ); |
76 | 76 | } |
77 | 77 | if (!is_dir(CACHE)) { |
@@ -99,7 +99,7 @@ discard block |
||
99 | 99 | AddEncoding gzip .css |
100 | 100 | AddEncoding gzip .html |
101 | 101 | |
102 | -HTACCESS |
|
102 | +htaccess |
|
103 | 103 | ); |
104 | 104 | } |
105 | 105 | if (!is_dir(LOGS)) { |
@@ -115,7 +115,7 @@ discard block |
||
115 | 115 | <<<HTACCESS |
116 | 116 | Allow From All |
117 | 117 | |
118 | -HTACCESS |
|
118 | +htaccess |
|
119 | 119 | ); |
120 | 120 | } |
121 | 121 | /** |