mirror of
https://github.com/cytopia/devilbox.git
synced 2025-04-10 12:29:56 +00:00
Made vhost error message more verbose
This commit is contained in:
parent
03eb46da99
commit
75f1d7f471
@ -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)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user