summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 99bdb6f)
raw | patch | inline | side by side (parent: 99bdb6f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 24 Mar 2010 10:48:52 +0000 (10:48 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 24 Mar 2010 10:48:52 +0000 (10:48 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17053 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/apache2/admin/systems/services/apache2/class_servApacheVhost.inc | patch | blob | history |
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 fd400896a8970bf24172838131cbd9811cd93896..9f224f10d20b11c4be29c38e8ed9ff36b991bff9 100644 (file)
"plCategory" => array("server"),
"plProvidedAcls"=> array(
- "VirtualHost" => _("Virtual hosts"))
+ "VirtualHosts" => _("Virtual hosts"),
+ "apacheServerName" => _("Server name"),
+ "apacheDocumentRoot" => _("Document root"),
+ "apacheServerAlias" => _("Server alias"),
+ "apacheServerAdmin" => _("Server admin"),
+ "apacheScriptAlias" => _("Script alias")
+ )
));
}
}