mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
Fix typo
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user