diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-06-04 00:46:12 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-06-04 00:46:12 +0000 |
commit | 7313f147f90ba46281ff5c560161ee70ea5959e0 (patch) | |
tree | ef012248db97791664bb75c31720fb391b4af4f5 /phpBB/admin/forumauth.php | |
parent | df638e5d2e1542cbaf0c3afaaafe5773122c02c9 (diff) | |
download | forums-7313f147f90ba46281ff5c560161ee70ea5959e0.tar forums-7313f147f90ba46281ff5c560161ee70ea5959e0.tar.gz forums-7313f147f90ba46281ff5c560161ee70ea5959e0.tar.bz2 forums-7313f147f90ba46281ff5c560161ee70ea5959e0.tar.xz forums-7313f147f90ba46281ff5c560161ee70ea5959e0.zip |
More functionality ... some user auth info but no direct control yet
git-svn-id: file:///svn/phpbb/trunk@424 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/admin/forumauth.php')
-rw-r--r-- | phpBB/admin/forumauth.php | 9 |
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"> |