aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/upgrade_20.php
diff options
context:
space:
mode:
authorBart van Bragt <bartvb@users.sourceforge.net>2001-02-24 22:22:24 +0000
committerBart van Bragt <bartvb@users.sourceforge.net>2001-02-24 22:22:24 +0000
commitcc0f5f6453f2ae7f0b3477a1d83564d8ebe12bb7 (patch)
tree404c2c279dee4c3b4fa293e3151e08b382591383 /phpBB/upgrade_20.php
parent6b4ee5a8edb7e01fa7a879e8ca9877308d9b1174 (diff)
downloadforums-cc0f5f6453f2ae7f0b3477a1d83564d8ebe12bb7.tar
forums-cc0f5f6453f2ae7f0b3477a1d83564d8ebe12bb7.tar.gz
forums-cc0f5f6453f2ae7f0b3477a1d83564d8ebe12bb7.tar.bz2
forums-cc0f5f6453f2ae7f0b3477a1d83564d8ebe12bb7.tar.xz
forums-cc0f5f6453f2ae7f0b3477a1d83564d8ebe12bb7.zip
Some minor fixes (i.e. set_time_limit())
git-svn-id: file:///svn/phpbb/trunk@51 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/upgrade_20.php')
-rw-r--r--phpBB/upgrade_20.php4
1 files changed, 3 insertions, 1 deletions
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, "."))