Made vhost error message more verbose

This commit is contained in:
cytopia 2022-02-15 12:09:20 +01:00
parent 03eb46da99
commit 75f1d7f471
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2

View File

@ -39,7 +39,7 @@ class Httpd extends BaseClass implements BaseInterface
$err = false;
if (!$this->canConnect($err, $domain)) {
$error[] = 'warning';
$error[] = 'DNS server not running.<br/>You won\'t be able to work inside the PHP container.';
$error[] = 'Cannot connect to '.$domain.'.<br/>DNS server not running?<br/>You won\'t be able to work inside the PHP container.';
}
if (is_array($error) && count($error)) {