summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Burton <philbeansburton@gmail.com>2015-12-12 14:43:00 +0000
committerPhil Burton <philbeansburton@gmail.com>2015-12-12 14:43:00 +0000
commit72b5322b3de8c87246aa6a2c6f137116d492c26d (patch)
tree0f5d149e008a8b58005e57295309f22c322e743d
parent5dcbc23baba2b7133439bba27f333f6003d75c3f (diff)
Update example config for git, css and icons
-rw-r--r--config.php.example3
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");
+
?>