mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
Major screwups ;(
git-svn-id: file:///svn/phpbb/trunk@800 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -44,8 +44,6 @@ $mode = (isset($HTTP_GET_VARS['mode'])) ? $HTTP_GET_VARS['mode'] : "unban";
|
||||
|
||||
if( isset($HTTP_POST_VARS['submit']) && isset($HTTP_POST_VARS['bancontrol']) )
|
||||
{
|
||||
include('page_header_admin.'.$phpEx);
|
||||
|
||||
if($HTTP_POST_VARS['bancontrol'] == "ban")
|
||||
{
|
||||
$user_bansql = "";
|
||||
@@ -345,8 +343,6 @@ if( isset($HTTP_POST_VARS['submit']) && isset($HTTP_POST_VARS['bancontrol']) )
|
||||
}
|
||||
else
|
||||
{
|
||||
include('page_header_admin.'.$phpEx);
|
||||
|
||||
if( $mode == "ban" )
|
||||
{
|
||||
$userban_count = 0;
|
||||
|
Reference in New Issue
Block a user