aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/admin/forumauth.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/admin/forumauth.php')
-rw-r--r--phpBB/admin/forumauth.php9
1 files changed, 5 insertions, 4 deletions
diff --git a/phpBB/admin/forumauth.php b/phpBB/admin/forumauth.php
index 3b1a571213..bfbd71c2d8 100644
--- a/phpBB/admin/forumauth.php
+++ b/phpBB/admin/forumauth.php
@@ -15,7 +15,7 @@ include('common.'.$phpEx);
//
$simple_auth_ary = array(
- 0 => array(0, 0, 0, 0, 0, 0, 0, 0, 0),
+ 0 => array(0, 0, 0, 0, 1, 0, 0, 0, 0),
1 => array(0, 0, 1, 1, 1, 1, 1, 1, 1),
2 => array(1, 1, 1, 1, 1, 1, 1, 1, 1),
3 => array(0, 2, 2, 2, 2, 2, 2, 2, 2),
@@ -37,8 +37,8 @@ $forum_auth_const = array(AUTH_ALL, AUTH_REG, AUTH_ACL, AUTH_MOD, AUTH_ADMIN);
if(isset($HTTP_GET_VARS[POST_FORUM_URL]) || isset($HTTP_POST_VARS[POST_FORUM_URL]))
{
$forum_id = (isset($HTTP_POST_VARS[POST_FORUM_URL])) ? $HTTP_POST_VARS[POST_FORUM_URL] : $HTTP_GET_VARS[POST_FORUM_URL];
-// $forum_sql = "WHERE forum_id = $forum_id";
- $forum_sql = "AND f.forum_id = $forum_id";
+ $forum_sql = "WHERE forum_id = $forum_id";
+// $forum_sql = "AND f.forum_id = $forum_id";
}
else
{
@@ -419,7 +419,8 @@ for($i = 0; $i < count($forum_mods_list); $i++)
?>
<center>
-<br clear="all">
+<p><a href="userauth.php">User Authorisation Admin</a></p>
+
<font face="Verdana,serif" size="1">Powered By <a href="http://www.phpbb.com/" target="_phpbb">phpBB 2.0</a></font>
<br clear="all">
<font face="Verdana,serif" size="1">