mirror of
https://github.com/e107inc/e107.git
synced 2025-04-20 04:32:01 +02:00
Fix typo
This commit is contained in:
parent
4aa0329ddc
commit
71d531be2d
@ -6,17 +6,10 @@
|
||||
* Released under the terms and conditions of the
|
||||
* 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
|
||||
*
|
||||
* Currently this file contains all classes required for single entry point functionallity
|
||||
@ -1821,7 +1814,7 @@ class eRouter
|
||||
if(isset($params['#']))
|
||||
{
|
||||
$anc = '#'.$params['#'];
|
||||
usnet($params['#']);
|
||||
unset($params['#']);
|
||||
}
|
||||
|
||||
// Config independent - Deny parameter keys, useful for directly denying sensitive data e.g. password db fields
|
||||
|
Loading…
x
Reference in New Issue
Block a user