From 2e21a25c016242a8c43d54a03e8bf7478d94eb80 Mon Sep 17 00:00:00 2001 From: James Atkinson Date: Thu, 22 Mar 2001 23:10:40 +0000 Subject: scripts in develop will work from that dir now git-svn-id: file:///svn/phpbb/trunk@130 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/develop/bbcode_conversion.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'phpBB/develop/bbcode_conversion.php') 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. -- cgit v1.2.1