diff options
author | Phil Burton <philbeansburton@gmail.com> | 2015-12-12 14:43:00 +0000 |
---|---|---|
committer | Phil Burton <philbeansburton@gmail.com> | 2015-12-12 14:43:00 +0000 |
commit | 72b5322b3de8c87246aa6a2c6f137116d492c26d (patch) | |
tree | 0f5d149e008a8b58005e57295309f22c322e743d /config.php.example | |
parent | 5dcbc23baba2b7133439bba27f333f6003d75c3f (diff) |
Update example config for git, css and icons
Diffstat (limited to 'config.php.example')
-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"); + ?> |