Bernd Wurst commited on 2015-12-06 06:13:22 Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.
@@ -398,7 +398,7 @@ function save_vhost($vhost)
if (! $vhost['options']) {
$vhost['options']='nodocroot';
} else {
- $vhost['options']+=",nodocroot";
+ $vhost['options'].=",nodocroot";
}