aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Atkinson <thefinn@users.sourceforge.net>2001-03-22 23:10:40 +0000
committerJames Atkinson <thefinn@users.sourceforge.net>2001-03-22 23:10:40 +0000
commit2e21a25c016242a8c43d54a03e8bf7478d94eb80 (patch)
tree9f8a839ba2d406ddf8579ef1f572a4cad2320b60
parentc11d9105d73994e1d86c7579f836fb73ad9c7b42 (diff)
downloadforums-2e21a25c016242a8c43d54a03e8bf7478d94eb80.tar
forums-2e21a25c016242a8c43d54a03e8bf7478d94eb80.tar.gz
forums-2e21a25c016242a8c43d54a03e8bf7478d94eb80.tar.bz2
forums-2e21a25c016242a8c43d54a03e8bf7478d94eb80.tar.xz
forums-2e21a25c016242a8c43d54a03e8bf7478d94eb80.zip
scripts in develop will work from that dir now
git-svn-id: file:///svn/phpbb/trunk@130 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/develop/bbcode_conversion.php12
-rw-r--r--phpBB/develop/benchmark.php10
2 files changed, 11 insertions, 11 deletions
diff --git a/phpBB/develop/bbcode_conversion.php b/phpBB/develop/bbcode_conversion.php
index a4d62a0325..e3439c91cd 100644
--- a/phpBB/develop/bbcode_conversion.php
+++ b/phpBB/develop/bbcode_conversion.php
@@ -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.
diff --git a/phpBB/develop/benchmark.php b/phpBB/develop/benchmark.php
index 5dfb7212af..7ef820f3a8 100644
--- a/phpBB/develop/benchmark.php
+++ b/phpBB/develop/benchmark.php
@@ -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);