From 39515df99926e7c44cf547d2efec1d79722966e5 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Sun, 2 Jan 2011 21:09:02 +1100 Subject: [PATCH] Added ERROR_NOTAMOD --- inc/config.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index 8cbc6ba2..52eb40bb 100644 --- a/inc/config.php +++ b/inc/config.php @@ -74,6 +74,7 @@ // Moderator errors define('ERROR_INVALID', 'Invalid username and/or password.', true); + define('ERROR_NOTAMOD', 'You are not a mod…', true); define('ERROR_INVALIDAFTER', 'Invalid username and/or password. Your user may have been deleted or changed.', true); define('ERROR_MALFORMED','Invalid/malformed cookies.', true); define('ERROR_MISSEDAFIELD', 'Your browser didn\'t submit an input when it should have.', true); @@ -251,4 +252,4 @@ error_reporting(E_ALL); ini_set('display_errors', 1); } -?> +?> \ No newline at end of file