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:
Bart van Bragt 2001-02-24 22:22:24 +00:00
parent 6b4ee5a8ed
commit cc0f5f6453

View file

@ -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, "."))