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:
James Atkinson 2001-03-22 23:10:40 +00:00
parent c11d9105d7
commit 2e21a25c01
2 changed files with 11 additions and 11 deletions

View file

@ -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.

View file

@ -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);