mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Added error code constants
This commit is contained in:
@@ -36,6 +36,14 @@ define('FOPEN_READ_WRITE_CREATE', 'a+b');
|
||||
define('FOPEN_WRITE_CREATE_STRICT', 'xb');
|
||||
define('FOPEN_READ_WRITE_CREATE_STRICT', 'x+b');
|
||||
|
||||
/* Error return codes */
|
||||
define('EEMAILEXISTS', 'E-mail address already exists');
|
||||
define('EUSERNAMEEXISTS', 'Username already exists');
|
||||
define('EPASSWORDINVALID', 'Invalid password');
|
||||
define('ENOSUCHUSER', 'No such user');
|
||||
|
||||
define('OK', 'OK');
|
||||
|
||||
|
||||
/* End of file constants.php */
|
||||
/* Location: ./application/config/constants.php */
|
||||
/* Location: ./application/config/constants.php */
|
||||
|
||||
Reference in New Issue
Block a user