fixed .htaccess files
This commit is contained in:
parent
370ae3a17d
commit
52cdf8fbd0
|
@ -89,7 +89,7 @@ function containsFiles($dir) {
|
|||
if ($dirHandle != null) {
|
||||
$file = @readdir($dirHandle);
|
||||
while ($file !== false) {
|
||||
if (is_file($dir . '/' . $file)) {
|
||||
if (is_file($dir . '/' . $file) && ($file != '.htaccess')) {
|
||||
$return = true;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue