diff options
Diffstat (limited to 'phpBB/includes/constants.php')
-rw-r--r-- | phpBB/includes/constants.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php index 01300c8992..826afb3832 100644 --- a/phpBB/includes/constants.php +++ b/phpBB/includes/constants.php @@ -178,8 +178,8 @@ define('REFERER_VALIDATE_PATH', 2); // phpbb_chmod() permissions define('CHMOD_ALL', 7); -define('CHMOD_READ', 4); -define('CHMOD_WRITE', 2); +@define('CHMOD_READ', 4); +@define('CHMOD_WRITE', 2); define('CHMOD_EXECUTE', 1); // Additional constants |