From fb9545e2f59cfa551a3951a8afcb9d3659db522f Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Sun, 21 Sep 2014 12:13:44 +0100 Subject: Set some default index ignore filenames in example configuration --- config.php.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.php.example') 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"); ?> -- cgit v1.2.3