aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/install/index.php')
-rwxr-xr-xphpBB/install/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/index.php b/phpBB/install/index.php
index bd8ae095a3..c3b667f497 100755
--- a/phpBB/install/index.php
+++ b/phpBB/install/index.php
@@ -102,7 +102,7 @@ else
define('STRIP', (get_magic_quotes_gpc()) ? true : false);
}
-@set_time_limit(120);
+@set_time_limit(0);
// Include essential scripts
require($phpbb_root_path . 'includes/functions.' . $phpEx);