diff options
author | Luke Bratch <l_bratch@yahoo.co.uk> | 2014-09-21 12:13:44 +0100 |
---|---|---|
committer | Luke Bratch <l_bratch@yahoo.co.uk> | 2014-09-21 12:13:44 +0100 |
commit | fb9545e2f59cfa551a3951a8afcb9d3659db522f (patch) | |
tree | c4f6627666af7c278b4b3b9154acfde5b8fba67b /config.php.example | |
parent | da26cf10caecd4ec2d1b9399731933d10f0c5c07 (diff) |
Set some default index ignore filenames in example configuration
Diffstat (limited to 'config.php.example')
-rw-r--r-- | config.php.example | 2 |
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"); ?> |