Added error code constants
这个提交包含在:
父节点
8ee39c8e90
当前提交
5ee6842200
共有 1 个文件被更改,包括 9 次插入 和 1 次删除
|
|
@ -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 */
|
||||
|
|
|
|||
正在加载…
在新工单中引用