Completed
Push — master ( 9bb7d3...f67bcc )
by Nazar
04:30
created
core/bootstrap.php 2 patches
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,9 +9,9 @@
 block discarded – undo
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
  */
Please login to merge, or discard this patch.
Upper-Lower-Casing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
115 115
 		<<<HTACCESS
116 116
 Allow From All
117 117
 
118
-HTACCESS
118
+htaccess
119 119
 	);
120 120
 }
121 121
 /**
Please login to merge, or discard this patch.