mirror of
https://github.com/e107inc/e107.git
synced 2025-08-07 23:26:41 +02:00
leftover debug, header comment updated
This commit is contained in:
@@ -2,16 +2,14 @@
|
|||||||
/*
|
/*
|
||||||
* e107 website system
|
* e107 website system
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008-2009 e107 Inc (e107.org)
|
* Copyright (C) 2008-2010 e107 Inc (e107.org)
|
||||||
* Released under the terms and conditions of the
|
* Released under the terms and conditions of the
|
||||||
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||||
*
|
*
|
||||||
* Ban List Management
|
* Ban List Management
|
||||||
*
|
*
|
||||||
* $Source: /cvs_backup/e107_0.8/e107_admin/banlist.php,v $
|
* $URL$
|
||||||
* $Revision$
|
* $Id$
|
||||||
* $Date$
|
|
||||||
* $Author$
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -575,7 +573,7 @@ switch($action)
|
|||||||
{
|
{
|
||||||
$error = true;
|
$error = true;
|
||||||
if(varset($files[0]['message']))
|
if(varset($files[0]['message']))
|
||||||
$emessage->add($files[0]['message'], E_MESSAGE_ERROR); var_dump(empty($files), $files[0]['error']);
|
$emessage->add($files[0]['message'], E_MESSAGE_ERROR);
|
||||||
}
|
}
|
||||||
if(!$error)
|
if(!$error)
|
||||||
{ // Got a file of some sort
|
{ // Got a file of some sort
|
||||||
|
Reference in New Issue
Block a user