From 75f1d7f471a3364a3e76ceaa2337de9a3642a0ed Mon Sep 17 00:00:00 2001 From: cytopia Date: Tue, 15 Feb 2022 12:09:20 +0100 Subject: [PATCH] Made vhost error message more verbose --- .devilbox/www/include/lib/container/Httpd.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devilbox/www/include/lib/container/Httpd.php b/.devilbox/www/include/lib/container/Httpd.php index 7154209c..7813ec85 100644 --- a/.devilbox/www/include/lib/container/Httpd.php +++ b/.devilbox/www/include/lib/container/Httpd.php @@ -39,7 +39,7 @@ class Httpd extends BaseClass implements BaseInterface $err = false; if (!$this->canConnect($err, $domain)) { $error[] = 'warning'; - $error[] = 'DNS server not running.
You won\'t be able to work inside the PHP container.'; + $error[] = 'Cannot connect to '.$domain.'.
DNS server not running?
You won\'t be able to work inside the PHP container.'; } if (is_array($error) && count($error)) {