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:
parent
349222afc9
commit
036013e79f
@ -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
|
||||
|
@ -9,7 +9,7 @@
|
||||
* IP Address related routines, including banning-related code
|
||||
*
|
||||
* $URL$
|
||||
* $Revision: $
|
||||
* $Revision$
|
||||
* $Id$
|
||||
*
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user