From 615164ec271a64dbd3007270470fb32880191b0e Mon Sep 17 00:00:00 2001 From: Joe Robinson Date: Sat, 12 Dec 2015 14:28:58 +0000 Subject: Make example config for notifications more generic --- config.php.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.php.example') diff --git a/config.php.example b/config.php.example index 79880d2..b31e440 100644 --- a/config.php.example +++ b/config.php.example @@ -20,8 +20,8 @@ $indexignore = array(".htaccess", "config.php", "index.php", "upload_file.php", "upload.html"); # An URL to send a POST to when an upload is successful - $posturl = "http://tghost.co.uk/blaupload"; + $posturl = "http://url.to/post/to"; #The IRC channel notified by uploads when using the notification URL - $postchannel = "theblueroom"; + $postchannel = "ircchannel"; ?> -- cgit v1.2.3