From 2f3630cb838872b79e5f59dd3022fdfde6c7566c Mon Sep 17 00:00:00 2001 From: Phil Burton Date: Sat, 12 Dec 2015 14:45:34 +0000 Subject: Add config example to the list of ignored files --- config.php.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); ?> -- cgit v1.2.3