mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/17414] Deprecate captcha constants
PHPBB-17414
This commit is contained in:
parent
1b89184489
commit
15b51e3b8f
1 changed files with 4 additions and 0 deletions
|
@ -152,9 +152,13 @@ define('FULL_FOLDER_DELETE', -2);
|
||||||
define('FULL_FOLDER_HOLD', -1);
|
define('FULL_FOLDER_HOLD', -1);
|
||||||
|
|
||||||
// Confirm types
|
// Confirm types
|
||||||
|
/** @deprecated 4.0.0-a1 Replaced by \phpbb\captcha\plugins\plugin_interface::CONFIRM_REGISTRATION, to be removed in 5.0.0-a1 */
|
||||||
define('CONFIRM_REG', 1);
|
define('CONFIRM_REG', 1);
|
||||||
|
/** @deprecated 4.0.0-a1 Replaced by \phpbb\captcha\plugins\plugin_interface::CONFIRM_LOGIN, to be removed in 5.0.0-a1 */
|
||||||
define('CONFIRM_LOGIN', 2);
|
define('CONFIRM_LOGIN', 2);
|
||||||
|
/** @deprecated 4.0.0-a1 Replaced by \phpbb\captcha\plugins\plugin_interface::CONFIRM_POST, to be removed in 5.0.0-a1 */
|
||||||
define('CONFIRM_POST', 3);
|
define('CONFIRM_POST', 3);
|
||||||
|
/** @deprecated 4.0.0-a1 Replaced by \phpbb\captcha\plugins\plugin_interface::CONFIRM_REPORT, to be removed in 5.0.0-a1 */
|
||||||
define('CONFIRM_REPORT', 4);
|
define('CONFIRM_REPORT', 4);
|
||||||
|
|
||||||
// Categories - Attachments
|
// Categories - Attachments
|
||||||
|
|
Loading…
Add table
Reference in a new issue