fix: do not autovalidate server on mount
This commit is contained in:
parent
798acb8ee5
commit
7952202435
1 changed files with 0 additions and 3 deletions
|
|
@ -44,9 +44,6 @@ public function mount()
|
||||||
{
|
{
|
||||||
$this->wildcard_domain = $this->server->settings->wildcard_domain;
|
$this->wildcard_domain = $this->server->settings->wildcard_domain;
|
||||||
$this->cleanup_after_percentage = $this->server->settings->cleanup_after_percentage;
|
$this->cleanup_after_percentage = $this->server->settings->cleanup_after_percentage;
|
||||||
if (!$this->server->isFunctional()) {
|
|
||||||
$this->validateServer();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
public function serverRefresh($install = true)
|
public function serverRefresh($install = true)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue