From 72b5322b3de8c87246aa6a2c6f137116d492c26d Mon Sep 17 00:00:00 2001 From: Phil Burton Date: Sat, 12 Dec 2015 14:43:00 +0000 Subject: Update example config for git, css and icons --- config.php.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"); + ?> -- cgit v1.2.3