Generating of link to Helicon Ape httpd.conf editor from IIS properties page fixed
This commit is contained in:
parent
cc83c20be2
commit
663800c225
1 changed files with 2 additions and 1 deletions
|
@ -331,7 +331,8 @@ namespace WebsitePanel.Portal.ProviderControls
|
|||
return HostModule.EditUrl("ItemID", PanelRequest.ItemID.ToString(), ctrlKey,
|
||||
"Name=" + name,
|
||||
PortalUtils.SPACE_ID_PARAM + "=" + int.Parse(Request.QueryString["ServiceID"]),
|
||||
"ReturnUrlBase64="+ EncodeTo64(Server.UrlEncode(Request.Url.PathAndQuery))
|
||||
"ReturnUrlBase64="+ EncodeTo64(Server.UrlEncode(Request.Url.PathAndQuery)),
|
||||
"UserID="+PanelSecurity.LoggedUserId.ToString()
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue