Browse Source

Added ERROR_NOTAMOD

pull/40/head
Savetheinternet 14 years ago
parent
commit
39515df999
  1. 1
      inc/config.php

1
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);

Loading…
Cancel
Save