1
0
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:
Bart van Bragt
2001-08-03 00:02:08 +00:00
parent 077d7a7651
commit e84bf795a4
5 changed files with 1 additions and 30 deletions

View File

@@ -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;