summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bratch <l_bratch@yahoo.co.uk>2014-09-21 12:13:44 +0100
committerLuke Bratch <l_bratch@yahoo.co.uk>2014-09-21 12:13:44 +0100
commitfb9545e2f59cfa551a3951a8afcb9d3659db522f (patch)
treec4f6627666af7c278b4b3b9154acfde5b8fba67b
parentda26cf10caecd4ec2d1b9399731933d10f0c5c07 (diff)
Set some default index ignore filenames in example configuration
-rw-r--r--config.php.example2
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");
?>