diff options
author | Joe Robinson <joe@lc8n.com> | 2015-12-11 17:02:06 +0000 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2015-12-11 17:02:06 +0000 |
commit | 56c10325923bc297cd910c81754c8a906f613bd1 (patch) | |
tree | af0e82d356e473ebde9d1677773e039db4812508 | |
parent | 33dabcecd0e9c127ee8b417810e3e0d6f3da5230 (diff) |
Give the POST config variables shorter names
-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 0a0c8b1..79880d2 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 - $nofificationurl = "http://tghost.co.uk/blaupload"; + $posturl = "http://tghost.co.uk/blaupload"; #The IRC channel notified by uploads when using the notification URL - $notificationchannel = "theblueroom"; + $postchannel = "theblueroom"; ?> |