1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 13:47:31 +02:00
This commit is contained in:
Tijn Kuyper
2017-01-25 12:19:29 +01:00
committed by GitHub
parent 4aa0329ddc
commit 71d531be2d

View File

@@ -6,17 +6,10 @@
* 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)
* *
* $URL$
* $Id$
*/ */
/** /**
* @package e107
* @subpackage e107_handlers
* @version $Id$
* @author SecretR
*
* e107 Single Entry Point handling * e107 Single Entry Point handling
* *
* Currently this file contains all classes required for single entry point functionallity * Currently this file contains all classes required for single entry point functionallity
@@ -1821,7 +1814,7 @@ class eRouter
if(isset($params['#'])) if(isset($params['#']))
{ {
$anc = '#'.$params['#']; $anc = '#'.$params['#'];
usnet($params['#']); unset($params['#']);
} }
// Config independent - Deny parameter keys, useful for directly denying sensitive data e.g. password db fields // Config independent - Deny parameter keys, useful for directly denying sensitive data e.g. password db fields