diff options
Diffstat (limited to 'phpBB/install/index.php')
| -rw-r--r-- | phpBB/install/index.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/phpBB/install/index.php b/phpBB/install/index.php index a68cdab988..f918a01786 100644 --- a/phpBB/install/index.php +++ b/phpBB/install/index.php @@ -232,12 +232,6 @@ include(PHPBB_ROOT_PATH . 'language/' . $language . '/posting.' . PHP_EXT); // usually we would need every single constant here - and it would be consistent. For 3.0.x, use a dirty hack... :( -// Define needed constants -define('CHMOD_ALL', 7); -define('CHMOD_READ', 4); -define('CHMOD_WRITE', 2); -define('CHMOD_EXECUTE', 1); - $mode = request_var('mode', 'overview'); $sub = request_var('sub', ''); |
