aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/index.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-01-29 16:52:30 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-01-29 16:52:30 +0000
commit49470a87c3a248507d1e098d638cbbaa7f31b8d2 (patch)
treef3839ae397d5cc86486877b874c3a422edacba24 /phpBB/install/index.php
parent77fab9717440eb6c87b61123dbf67d4a4183d5b4 (diff)
downloadforums-49470a87c3a248507d1e098d638cbbaa7f31b8d2.tar
forums-49470a87c3a248507d1e098d638cbbaa7f31b8d2.tar.gz
forums-49470a87c3a248507d1e098d638cbbaa7f31b8d2.tar.bz2
forums-49470a87c3a248507d1e098d638cbbaa7f31b8d2.tar.xz
forums-49470a87c3a248507d1e098d638cbbaa7f31b8d2.zip
i hope this helps a bit. :o
git-svn-id: file:///svn/phpbb/trunk@6951 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/index.php')
-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);