summaryrefslogtreecommitdiff
path: root/config.php.example
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2015-12-12 15:20:45 +0000
committerLuke Bratch <luke@bratch.co.uk>2015-12-12 15:20:45 +0000
commit0897380ee3cf5d06279e6790bfc4875a03bc8925 (patch)
tree62809e103ab732d6200f415b93b469bffa1c711f /config.php.example
parentf9c44edcef62e0987109d0bb3922e819d346d86f (diff)
parentb9c99951aa54368bc09904311197ece121dc4130 (diff)
Merge remote-tracking branch 'remotes/origin/feature/sprites'
Diffstat (limited to 'config.php.example')
-rw-r--r--config.php.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.php.example b/config.php.example
index b31e440..08e2ac5 100644
--- a/config.php.example
+++ b/config.php.example
@@ -17,11 +17,11 @@
$headerfile = "upload.html";
# An array of filenames to omit from the index
- $indexignore = array(".htaccess", "config.php", "index.php", "upload_file.php", "upload.html");
+ $indexignore = array(".htaccess", "config.php", "index.php", "upload_file.php", "upload.html", "css", "icons", ".git", "config.php.example");
# An URL to send a POST to when an upload is successful
$posturl = "http://url.to/post/to";
- #The IRC channel notified by uploads when using the notification URL
+ # The IRC channel notified by uploads when using the notification URL
$postchannel = "ircchannel";
?>