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
|
||||||
@@ -619,7 +617,7 @@ switch($action)
|
|||||||
<td>".select_box('ban_separator', $separator_char).' '.BANLAN_37."</td>
|
<td>".select_box('ban_separator', $separator_char).' '.BANLAN_37."</td>
|
||||||
<td>".select_box('ban_quote', $quote_char).' '.BANLAN_38."</td></tr>";
|
<td>".select_box('ban_quote', $quote_char).' '.BANLAN_38."</td></tr>";
|
||||||
$text .= "
|
$text .= "
|
||||||
|
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<div class='buttons-bar center'>".$frm->admin_button('ban_export', BANLAN_39, 'export', BANLAN_39)."</div>
|
<div class='buttons-bar center'>".$frm->admin_button('ban_export', BANLAN_39, 'export', BANLAN_39)."</div>
|
||||||
@@ -664,8 +662,8 @@ switch($action)
|
|||||||
<div class='buttons-bar center'>
|
<div class='buttons-bar center'>
|
||||||
".$frm->admin_button('ban_import', BANLAN_45, 'import')."
|
".$frm->admin_button('ban_import', BANLAN_45, 'import')."
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
";
|
";
|
||||||
|
Reference in New Issue
Block a user