diff options
Diffstat (limited to 'config.php.example')
-rw-r--r-- | config.php.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.php.example b/config.php.example index 3d9abfa..4a457bd 100644 --- a/config.php.example +++ b/config.php.example @@ -14,5 +14,5 @@ $headerfile = "upload.html"; # An array of filenames to omit from the index - $indexignore = array(); + $indexignore = array(".htaccess", "config.php", "index.php", "upload_file.php", "upload.html"); ?> |