- create domain-directory if not exists

- weird query beautification
This commit is contained in:
Michael Kaufmann (d00p)
2010-01-31 09:41:01 +00:00
parent 82cb3fdabc
commit 0847093783
2 changed files with 3 additions and 1 deletions

View File

@@ -253,6 +253,8 @@ class lighttpd
$ipport = $domain['ip'] . ':' . $domain['port'];
}
mkDirWithCorrectOwnership($domain['customerroot'], $domain['documentroot'], $domain['guid'], $domain['guid']);
$vhost_content.= $this->getServerNames($domain) . " {\n";
$vhost_content.= $this->getWebroot($domain, $ssl_vhost);
if ($domain['specialsettings'] != "") {