summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: aa79bcf)
raw | patch | inline | side by side (parent: aa79bcf)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 2 Jun 2006 04:47:15 +0000 (04:47 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 2 Jun 2006 04:47:15 +0000 (04:47 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3614 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_servGeneric.inc | patch | blob | history |
diff --git a/plugins/admin/systems/class_servGeneric.inc b/plugins/admin/systems/class_servGeneric.inc
index 77377092cf8a2d409777950df6585803f21d7514..78decf860e24cc61307ff4a35aab029df3f9f4db 100644 (file)
/* Check for action */
if (isset($_POST['action'])){
$cmd= search_config($this->config->data['TABS'], "workgeneric", "ACTIONCMD");
- $cmd= "/bin/echo";
if ($cmd == ""){
print_red(_("No ACTIONCMD definition found in your gosa.conf"));
} else {