diff options
| -rw-r--r-- | config.php.example | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/config.php.example b/config.php.example index e45ff35..59ddcf9 100644 --- a/config.php.example +++ b/config.php.example @@ -17,5 +17,6 @@    $headerfile = "upload.html";    # An array of filenames to omit from the index -  $indexignore = array(".htaccess", "config.php", "index.php", "upload_file.php", "upload.html"); +  $indexignore = array(".htaccess", "config.php", "index.php", "upload_file.php", "upload.html", "css", "icons", ".git"); +  ?> | 
