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 +++ index.php | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) 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(); ?> diff --git a/index.php b/index.php index bd25914..b8eadfc 100644 --- a/index.php +++ b/index.php @@ -1,8 +1,6 @@