From 496aeff0ee9d49e870dea97b4b4b7a0b9034071d Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 4 Jun 2008 13:54:18 +0000 Subject: [PATCH] Updated apache service git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11216 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../admin/systems/services/apache2/class_servApacheVhost.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); } -- 2.30.2