From 2ed21c98d5c374dbf7f0c8d6f02eff786fda90b8 Mon Sep 17 00:00:00 2001 From: rubencm Date: Fri, 14 Feb 2020 13:11:44 +0000 Subject: [PATCH] [ticket/16351] Update commends PHPBB3-16351 --- phpBB/includes/constants.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php index 45519843e3..d2e038d5d8 100644 --- a/phpBB/includes/constants.php +++ b/phpBB/includes/constants.php @@ -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);