Why put "APPROOT/modules/" as the AbsoluteUrlAppRoot in the portal ??

SVN:1.2[1804]
This commit is contained in:
Denis Flaven
2012-01-24 14:26:39 +00:00
parent cdefd7a4c6
commit 0c8ef6a690

View File

@@ -169,7 +169,7 @@ EOF
function GetAbsoluteUrlAppRoot()
{
return '$sAbsURLAppRoot'+'modules/';
return '$sAbsURLAppRoot';
}
function AddAppContext(sURL)