Revert Change
This commit is contained in:
parent
703d734f2d
commit
b70c6ae26d
1 changed files with 7 additions and 0 deletions
|
@ -188,6 +188,13 @@ 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