forked from leftypol/leftypol
Added ERROR_NOTAMOD
This commit is contained in:
parent
a3b438104e
commit
39515df999
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue