mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00: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:
parent
c11d9105d7
commit
2e21a25c01
2 changed files with 11 additions and 11 deletions
|
@ -22,12 +22,12 @@
|
|||
*
|
||||
***************************************************************************/
|
||||
|
||||
include('extension.inc');
|
||||
include('config.'.$phpEx);
|
||||
include('includes/constants.'.$phpEx);
|
||||
include('functions/functions.'.$phpEx);
|
||||
include('includes/db.'.$phpEx);
|
||||
include('functions/bbcode.'.$phpEx);
|
||||
include('../extension.inc');
|
||||
include('../config.'.$phpEx);
|
||||
include('../includes/constants.'.$phpEx);
|
||||
include('../functions/functions.'.$phpEx);
|
||||
include('../includes/db.'.$phpEx);
|
||||
include('../functions/bbcode.'.$phpEx);
|
||||
|
||||
set_time_limit(60*60); // Increase maximum execution time to 60 minutes.
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?
|
||||
include('extension.inc');
|
||||
include('config.'.$phpEx);
|
||||
include('includes/constants.'.$phpEx);
|
||||
include('functions/functions.'.$phpEx);
|
||||
include('includes/db.'.$phpEx);
|
||||
include('../extension.inc');
|
||||
include('../config.'.$phpEx);
|
||||
include('../includes/constants.'.$phpEx);
|
||||
include('../functions/functions.'.$phpEx);
|
||||
include('../includes/db.'.$phpEx);
|
||||
|
||||
srand ((double) microtime() * 1000000);
|
||||
set_time_limit(20*60);
|
||||
|
|
Loading…
Add table
Reference in a new issue