1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-21 05:41:58 +02:00

#6 - LAN clean-up (HTML removal, double quotes, generic)

This commit is contained in:
Moc
2013-03-21 00:50:16 +01:00
parent f6b1bc9394
commit dc71a8500e
6 changed files with 251 additions and 254 deletions

View File

@@ -998,7 +998,7 @@ if(isset($page_title[$action]))
// Next-Previous. ==========================
$text .= sprintf(RL_LAN_126, $num_entry);
$text .= sprintf(str_replace("[x]", "<strong>%d</strong>", RL_LAN_126), $num_entry);
if($num_entry > $amount)
{
$parms = "{$num_entry},{$amount},{$from},".e_SELF."?".$action.".[FROM]";

View File

@@ -2,17 +2,12 @@
/*
* e107 website system
*
* Copyright (C) 2008-2009 e107 Inc (e107.org)
* Copyright (C) 2008-2013 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
* Administrators Management
*
* $Source: /cvs_backup/e107_0.8/e107_admin/administrator.php,v $
* $Revision$
* $Date$
* $Author$
*
*/
require_once('../class2.php');