Browse Source

ERROR_INVALIDAFTER was not configurable

pull/40/head
Savetheinternet 14 years ago
parent
commit
46166888e9
  1. 2
      inc/config.php

2
inc/config.php

@ -65,7 +65,7 @@
// Moderator errors
define('ERROR_INVALID', 'Invalid username and/or password.', true);
define('ERROR_INVALIDAFTER', 'Invalid username and/or password. Your user may have been deleted or changed.');
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);
define('ERROR_REQUIRED', 'The %s field is required.', true);

Loading…
Cancel
Save