From da26cf10caecd4ec2d1b9399731933d10f0c5c07 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Sun, 21 Sep 2014 12:13:01 +0100 Subject: Move missing configuration option to example configuration --- config.php.example | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.php.example') diff --git a/config.php.example b/config.php.example index c792d6b..3d9abfa 100644 --- a/config.php.example +++ b/config.php.example @@ -12,4 +12,7 @@ # A file to be included at the top of the page # For example an HTML form to upload files $headerfile = "upload.html"; + + # An array of filenames to omit from the index + $indexignore = array(); ?> -- cgit v1.2.3