mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-05 23:25:30 +02:00
[ticket/16351] Update commends
PHPBB3-16351
This commit is contained in:
parent
9749aa936c
commit
2ed21c98d5
@ -225,10 +225,10 @@ define('REFERER_VALIDATE_HOST', 1);
|
||||
define('REFERER_VALIDATE_PATH', 2);
|
||||
|
||||
// phpbb_chmod() permissions
|
||||
@define('CHMOD_ALL', 7); // @deprecated 3.2
|
||||
@define('CHMOD_READ', 4); // @deprecated 3.2
|
||||
@define('CHMOD_WRITE', 2); // @deprecated 3.2
|
||||
@define('CHMOD_EXECUTE', 1); // @deprecated 3.2
|
||||
@define('CHMOD_ALL', 7); // @deprecated 3.2.10
|
||||
@define('CHMOD_READ', 4); // @deprecated 3.2.10
|
||||
@define('CHMOD_WRITE', 2); // @deprecated 3.2.10
|
||||
@define('CHMOD_EXECUTE', 1); // @deprecated 3.2.10
|
||||
|
||||
// Captcha code length
|
||||
define('CAPTCHA_MIN_CHARS', 4);
|
||||
|
Loading…
x
Reference in New Issue
Block a user