@@ -184,9 +184,9 @@ |
||
| 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 | } |