diff options
author | Phil Burton <philbeansburton@gmail.com> | 2015-12-12 14:45:34 +0000 |
---|---|---|
committer | Phil Burton <philbeansburton@gmail.com> | 2015-12-12 14:45:34 +0000 |
commit | 2f3630cb838872b79e5f59dd3022fdfde6c7566c (patch) | |
tree | 408229aa6183a5f2df6f91a7e56da0208cdaa576 /config.php.example | |
parent | 72b5322b3de8c87246aa6a2c6f137116d492c26d (diff) |
Add config example to the list of ignored files
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 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"); ?> |