From ea983410993371bcc63e1a120fe17bed964f5f08 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Fri, 13 Jul 2001 16:14:37 +0000 Subject: Changes to include location + some other misc stuff git-svn-id: file:///svn/phpbb/trunk@646 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/groupcp.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'phpBB/groupcp.php') diff --git a/phpBB/groupcp.php b/phpBB/groupcp.php index 58ba4de4a7..76530beb88 100644 --- a/phpBB/groupcp.php +++ b/phpBB/groupcp.php @@ -22,8 +22,9 @@ * ***************************************************************************/ -include('extension.inc'); -include('common.'.$phpEx); +$phpbb_root_path = "./"; +include($phpbb_root_path . 'extension.inc'); +include($phpbb_root_path . 'common.'.$phpEx); // // Start session management @@ -34,8 +35,8 @@ init_userprefs($userdata); // End session management // -include('includes/page_header.'.$phpEx); +include($phpbb_root_path . 'includes/page_header.'.$phpEx); -include('includes/page_tail.'.$phpEx); +include($phpbb_root_path . 'includes/page_tail.'.$phpEx); ?> \ No newline at end of file -- cgit v1.2.1