mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00: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
1 changed files with 3 additions and 1 deletions
|
@ -18,9 +18,11 @@
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
include('extention.inc');
|
include('extension.inc');
|
||||||
include('config.' . $phpEx);
|
include('config.' . $phpEx);
|
||||||
|
|
||||||
|
set_time_limit(20*60); // Increase maximum execution time to 20 minutes.
|
||||||
|
|
||||||
function convert_ip($ip)
|
function convert_ip($ip)
|
||||||
{
|
{
|
||||||
if (strstr($ip, "."))
|
if (strstr($ip, "."))
|
||||||
|
|
Loading…
Add table
Reference in a new issue