1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

#6 - LAN clean-up (HTML removal, double quotes, generic) - done upto/i admin/lan_p

This commit is contained in:
Moc
2013-03-24 19:44:14 +01:00
parent afe4b27cf2
commit dc1d867aff
14 changed files with 391 additions and 458 deletions

View File

@@ -2,18 +2,14 @@
/*
* 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)
*
*
*
* $Source: /cvs_backup/e107_0.8/e107_admin/modcomment.php,v $
* $Revision$
* $Date$
* $Author$
*/
// Moc: up for removal? Replaced by /e107_admin/comment.php
require_once("../class2.php");
if (!getperms("B")) {
header("location:".e_BASE."index.php");
@@ -25,7 +21,7 @@ include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/admin/lan_'.e_PAGE);
require_once("auth.php");
require_once(e_HANDLER."comment_class.php");
$cobj = new comment;
global $tp;
$tp = e107::getParser();
$tmp = explode(".", e_QUERY);
$table = $tmp[0];