1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-24 07:30:10 +01:00

Added ERROR_NOTAMOD

This commit is contained in:
Savetheinternet 2011-01-02 21:09:02 +11:00
parent a3b438104e
commit 39515df999

View File

@ -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);
}
?>
?>