mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-06 23:55:26 +02:00
different time limit for installer
git-svn-id: file:///svn/phpbb/trunk@6685 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
ed24dd9aeb
commit
38efea8d58
@ -27,7 +27,7 @@ $phpEx = substr(strrchr(__FILE__, '.'), 1);
|
|||||||
//error_reporting(E_ALL ^ E_NOTICE);
|
//error_reporting(E_ALL ^ E_NOTICE);
|
||||||
error_reporting(E_ALL);
|
error_reporting(E_ALL);
|
||||||
|
|
||||||
@set_time_limit(120);
|
@set_time_limit(0);
|
||||||
|
|
||||||
// Include essential scripts
|
// Include essential scripts
|
||||||
include($phpbb_root_path . 'config.' . $phpEx);
|
include($phpbb_root_path . 'config.' . $phpEx);
|
||||||
|
@ -102,7 +102,7 @@ else
|
|||||||
define('STRIP', (get_magic_quotes_gpc()) ? true : false);
|
define('STRIP', (get_magic_quotes_gpc()) ? true : false);
|
||||||
}
|
}
|
||||||
|
|
||||||
@set_time_limit(120);
|
@set_time_limit(0);
|
||||||
|
|
||||||
// Include essential scripts
|
// Include essential scripts
|
||||||
require($phpbb_root_path . 'includes/functions.' . $phpEx);
|
require($phpbb_root_path . 'includes/functions.' . $phpEx);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user