summaryrefslogtreecommitdiff
path: root/config.php.example
diff options
context:
space:
mode:
authorJoe Robinson <joe@lc8n.com>2015-12-11 16:30:41 +0000
committerJoe Robinson <joe@lc8n.com>2015-12-11 16:30:41 +0000
commit19723c932cad1d7f29db90316d63bcb87564d876 (patch)
tree9178b7316efdbb74541b3fc0aa81d81b0c7da688 /config.php.example
parent2dafdedfe29aee7ed19d141bbe0953e94b4a499b (diff)
Add option to send notification to a URL when a file is uploaded
Diffstat (limited to 'config.php.example')
-rw-r--r--config.php.example6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.php.example b/config.php.example
index e45ff35..43303a2 100644
--- a/config.php.example
+++ b/config.php.example
@@ -18,4 +18,10 @@
# An array of filenames to omit from the index
$indexignore = array(".htaccess", "config.php", "index.php", "upload_file.php", "upload.html");
+
+ # An URL to send a POST to when an upload is successful
+ $nofificationurl = "http://tghost.co.uk/blaupload"
+
+ #The IRC channel notified by uploads when using the notification URL
+ $notificationchannel = "theblueroom"
?>