aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/install')
-rwxr-xr-xphpBB/install/index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/install/index.php b/phpBB/install/index.php
index 0a8a45b771..eb49ac5c9b 100755
--- a/phpBB/install/index.php
+++ b/phpBB/install/index.php
@@ -102,7 +102,9 @@ else
define('STRIP', (get_magic_quotes_gpc()) ? true : false);
}
+// Try to override some limits - maybe it helps some...
@set_time_limit(0);
+@ini_set('memory_limit', '128M');
// Include essential scripts
require($phpbb_root_path . 'includes/functions.' . $phpEx);