mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-27 03:50:22 +02: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:
@@ -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, "."))
|
||||||
|
Reference in New Issue
Block a user