diff options
author | Joe Robinson <joe@lc8n.com> | 2015-12-12 14:28:58 +0000 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2015-12-12 14:28:58 +0000 |
commit | 615164ec271a64dbd3007270470fb32880191b0e (patch) | |
tree | 96f72f100899d66e68a13432f65969df10489c7c /config.php.example | |
parent | 8d08598fa17ec47a5efb55f4f428358480b9159c (diff) |
Make example config for notifications more generic
Diffstat (limited to 'config.php.example')
-rw-r--r-- | config.php.example | 4 |
1 files changed, 2 insertions, 2 deletions
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"; ?> |