Bernd Wurst

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)
398 398
     if (! $vhost['options']) {
399 399
       $vhost['options']='nodocroot';
400 400
     } else {
401
-      $vhost['options']+=",nodocroot";
401
+      $vhost['options'].=",nodocroot";
402 402
     }
403 403
   }
404 404
 
405 405