diff options
Diffstat (limited to 'config.php.example')
-rw-r--r-- | config.php.example | 6 |
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" ?> |