summaryrefslogtreecommitdiff
path: root/config.php.example
diff options
context:
space:
mode:
Diffstat (limited to 'config.php.example')
-rw-r--r--config.php.example3
1 files changed, 3 insertions, 0 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();
?>