1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 06:07:32 +02:00

new file svn keywords, e107 class path bugfix

This commit is contained in:
secretr
2012-01-02 12:45:21 +00:00
parent 349222afc9
commit 036013e79f
2 changed files with 3 additions and 3 deletions

View File

@@ -2448,8 +2448,8 @@ class e107
// e_MENU fix // e_MENU fix
if(e_MENU) if(e_MENU)
{ {
str_replace('['.e_MENU.']', '', $requestUri); $requestUri = str_replace('['.e_MENU.']', '', $requestUri);
str_replace('['.e_MENU.']', '', $requestUrl); $requestUrl = str_replace('['.e_MENU.']', '', $requestUrl);
} }
// the last anti-XSS measure, XHTML compliant URL to be used in forms instead e_SELF // the last anti-XSS measure, XHTML compliant URL to be used in forms instead e_SELF

View File

@@ -9,7 +9,7 @@
* IP Address related routines, including banning-related code * IP Address related routines, including banning-related code
* *
* $URL$ * $URL$
* $Revision: $ * $Revision$
* $Id$ * $Id$
* *
*/ */