aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/admin/admin_forumauth.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/admin/admin_forumauth.php')
-rw-r--r--phpBB/admin/admin_forumauth.php10
1 files changed, 9 insertions, 1 deletions
diff --git a/phpBB/admin/admin_forumauth.php b/phpBB/admin/admin_forumauth.php
index 86c147e80f..cfb3e34c8b 100644
--- a/phpBB/admin/admin_forumauth.php
+++ b/phpBB/admin/admin_forumauth.php
@@ -1,5 +1,13 @@
<?php
+if($setmodules==1)
+{
+ $filename = basename(__FILE__);
+ $module['Auth']['forums'] = $filename;
+ return;
+}
+
+
chdir("../");
include('extension.inc');
@@ -416,4 +424,4 @@ Copyright &copy; 2001 phpBB Group, All Rights Reserved</font>
<br>
</body>
-</html> \ No newline at end of file
+</html>