summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Burton <philbeansburton@gmail.com>2015-12-12 14:45:34 +0000
committerPhil Burton <philbeansburton@gmail.com>2015-12-12 14:45:34 +0000
commit2f3630cb838872b79e5f59dd3022fdfde6c7566c (patch)
tree408229aa6183a5f2df6f91a7e56da0208cdaa576
parent72b5322b3de8c87246aa6a2c6f137116d492c26d (diff)
Add config example to the list of ignored files
-rw-r--r--config.php.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.php.example b/config.php.example
index 59ddcf9..4c46215 100644
--- a/config.php.example
+++ b/config.php.example
@@ -17,6 +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", "css", "icons", ".git");
+ $indexignore = array(".htaccess", "config.php", "index.php", "upload_file.php", "upload.html", "css", "icons", ".git", "config.php.example");
?>