From: hickert Date: Wed, 4 Jun 2008 13:54:18 +0000 (+0000) Subject: Updated apache service X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=496aeff0ee9d49e870dea97b4b4b7a0b9034071d;p=gosa.git Updated apache service git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11216 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/apache2/admin/systems/services/apache2/class_servApacheVhost.inc b/gosa-plugins/apache2/admin/systems/services/apache2/class_servApacheVhost.inc index fdfb5b600..021a60dee 100644 --- a/gosa-plugins/apache2/admin/systems/services/apache2/class_servApacheVhost.inc +++ b/gosa-plugins/apache2/admin/systems/services/apache2/class_servApacheVhost.inc @@ -280,7 +280,8 @@ class servapache extends goService { $fields = goService::getListEntry(); $fields['Message'] = _("Apache service"); - $fields['AllowEdit'] = false; + $fields['AllowEdit'] = TRUE; + $fields['AllowRemove']= TRUE; return($fields); }