mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-24 02:21:43 +02:00
scripts in develop will work from that dir now
git-svn-id: file:///svn/phpbb/trunk@130 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -22,12 +22,12 @@
|
|||||||
*
|
*
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
include('extension.inc');
|
include('../extension.inc');
|
||||||
include('config.'.$phpEx);
|
include('../config.'.$phpEx);
|
||||||
include('includes/constants.'.$phpEx);
|
include('../includes/constants.'.$phpEx);
|
||||||
include('functions/functions.'.$phpEx);
|
include('../functions/functions.'.$phpEx);
|
||||||
include('includes/db.'.$phpEx);
|
include('../includes/db.'.$phpEx);
|
||||||
include('functions/bbcode.'.$phpEx);
|
include('../functions/bbcode.'.$phpEx);
|
||||||
|
|
||||||
set_time_limit(60*60); // Increase maximum execution time to 60 minutes.
|
set_time_limit(60*60); // Increase maximum execution time to 60 minutes.
|
||||||
|
|
||||||
|
@@ -1,9 +1,9 @@
|
|||||||
<?
|
<?
|
||||||
include('extension.inc');
|
include('../extension.inc');
|
||||||
include('config.'.$phpEx);
|
include('../config.'.$phpEx);
|
||||||
include('includes/constants.'.$phpEx);
|
include('../includes/constants.'.$phpEx);
|
||||||
include('functions/functions.'.$phpEx);
|
include('../functions/functions.'.$phpEx);
|
||||||
include('includes/db.'.$phpEx);
|
include('../includes/db.'.$phpEx);
|
||||||
|
|
||||||
srand ((double) microtime() * 1000000);
|
srand ((double) microtime() * 1000000);
|
||||||
set_time_limit(20*60);
|
set_time_limit(20*60);
|
||||||
|
Reference in New Issue
Block a user