Completed
Push — master ( aaaad2...314663 )
by Craig
06:30
created
src/system/AdminModule/Controller/AdminInterfaceController.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -184,9 +184,9 @@
 block discarded – undo
184 184
                     $ldir = dirname(__FILE__);
185 185
                     $p = strpos($ldir, DIRECTORY_SEPARATOR . 'system'); // we are in system/AdminModule
186 186
                     $b = substr($ldir, 0, $p);
187
-                    $filePath = $b.'/'.$appDir.'/.htaccess';
187
+                    $filePath = $b . '/' . $appDir . '/.htaccess';
188 188
                 } else {
189
-                    $filePath = $appDir.'/.htaccess';
189
+                    $filePath = $appDir . '/.htaccess';
190 190
                 }
191 191
                 $app_htaccess = file_exists($filePath);
192 192
             }
Please login to merge, or discard this patch.