From cc0f5f6453f2ae7f0b3477a1d83564d8ebe12bb7 Mon Sep 17 00:00:00 2001 From: Bart van Bragt Date: Sat, 24 Feb 2001 22:22:24 +0000 Subject: [PATCH] Some minor fixes (i.e. set_time_limit()) git-svn-id: file:///svn/phpbb/trunk@51 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/upgrade_20.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/phpBB/upgrade_20.php b/phpBB/upgrade_20.php index de89622e6d..d9eaf59182 100644 --- a/phpBB/upgrade_20.php +++ b/phpBB/upgrade_20.php @@ -18,9 +18,11 @@ * (at your option) any later version. * ***************************************************************************/ -include('extention.inc'); +include('extension.inc'); include('config.' . $phpEx); +set_time_limit(20*60); // Increase maximum execution time to 20 minutes. + function convert_ip($ip) { if (strstr($ip, "."))