aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/groupcp.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/groupcp.php')
-rw-r--r--phpBB/groupcp.php9
1 files changed, 5 insertions, 4 deletions
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