diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2006-11-28 12:27:20 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-11-28 12:27:20 +0000 |
commit | 38efea8d5834853082006bf6bf61fc3cb49c8322 (patch) | |
tree | f3e92d209b17fb73b6ca49a5c299d819dbc298d0 /phpBB/install/index.php | |
parent | ed24dd9aeb670bf6639af9e223b7df4deef604bf (diff) | |
download | forums-38efea8d5834853082006bf6bf61fc3cb49c8322.tar forums-38efea8d5834853082006bf6bf61fc3cb49c8322.tar.gz forums-38efea8d5834853082006bf6bf61fc3cb49c8322.tar.bz2 forums-38efea8d5834853082006bf6bf61fc3cb49c8322.tar.xz forums-38efea8d5834853082006bf6bf61fc3cb49c8322.zip |
different time limit for installer
git-svn-id: file:///svn/phpbb/trunk@6685 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/index.php')
-rwxr-xr-x | phpBB/install/index.php | 2 |
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); |