mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-08 09:40:41 +01:00
Some minor fixes (i.e. set_time_limit())
git-svn-id: file:///svn/phpbb/trunk@51 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
6b4ee5a8ed
commit
cc0f5f6453
@ -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, "."))
|
||||
|
Loading…
x
Reference in New Issue
Block a user