diff options
author | Joe Robinson <joe@lc8n.com> | 2015-12-11 16:34:52 +0000 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2015-12-11 16:34:52 +0000 |
commit | 33dabcecd0e9c127ee8b417810e3e0d6f3da5230 (patch) | |
tree | 0c7439a8debd51a090427c72abc19149b9be24aa /config.php.example | |
parent | 19723c932cad1d7f29db90316d63bcb87564d876 (diff) |
Fix syntax errors
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 43303a2..0a0c8b1 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" + $nofificationurl = "http://tghost.co.uk/blaupload"; #The IRC channel notified by uploads when using the notification URL - $notificationchannel = "theblueroom" + $notificationchannel = "theblueroom"; ?> |