From 33dabcecd0e9c127ee8b417810e3e0d6f3da5230 Mon Sep 17 00:00:00 2001 From: Joe Robinson Date: Fri, 11 Dec 2015 16:34:52 +0000 Subject: Fix syntax errors --- 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 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"; ?> -- cgit v1.2.3