From 19723c932cad1d7f29db90316d63bcb87564d876 Mon Sep 17 00:00:00 2001 From: Joe Robinson Date: Fri, 11 Dec 2015 16:30:41 +0000 Subject: Add option to send notification to a URL when a file is uploaded --- config.php.example | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.php.example') 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" ?> -- cgit v1.2.3