Try to remove Website Check in Enterprise Server as a temp check
This commit is contained in:
parent
a7b1774122
commit
703d734f2d
1 changed files with 0 additions and 7 deletions
|
@ -188,13 +188,6 @@ namespace WebsitePanel.EnterpriseServer
|
||||||
|
|
||||||
if (web != null)
|
if (web != null)
|
||||||
{
|
{
|
||||||
var esServiceId = GetEnterpriseStorageServiceID(packageId);
|
|
||||||
|
|
||||||
StringDictionary esSesstings = ServerController.GetServiceSettings(esServiceId);
|
|
||||||
|
|
||||||
string usersDomain = esSesstings["UsersDomain"];
|
|
||||||
|
|
||||||
if (web.SiteExists(usersDomain))
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue