mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 21:57:51 +02:00
new file svn keywords, e107 class path bugfix
This commit is contained in:
@@ -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
|
||||||
|
@@ -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$
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user