1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-13 17:09:46 +01: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
if(e_MENU)
{
str_replace('['.e_MENU.']', '', $requestUri);
str_replace('['.e_MENU.']', '', $requestUrl);
$requestUri = str_replace('['.e_MENU.']', '', $requestUri);
$requestUrl = str_replace('['.e_MENU.']', '', $requestUrl);
}
// 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
*
* $URL$
* $Revision: $
* $Revision$
* $Id$
*
*/