From 67c4b392445e899cc25a0ff44ae9a66a61dcd956 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Mon, 20 Jul 2009 08:17:24 -0400 Subject: [PATCH] Fixed a problem with apache user and group field in the admin settings. --- interface/web/client/form/client.tform.php | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/interface/web/client/form/client.tform.php b/interface/web/client/form/client.tform.php index 323a5f4..4d369ce 100644 --- a/interface/web/client/form/client.tform.php +++ b/interface/web/client/form/client.tform.php @@ -520,6 +520,7 @@ 'formtype' => 'CHECKBOXARRAY', 'default' => '', 'separator' => ',', + 'valuelimit' => 'client:web_php_options', 'value' => array('no' => 'Disabled', 'fast-cgi' => 'Fast-CGI', 'cgi' => 'CGI', 'mod' => 'Mod-PHP', 'suphp' => 'SuPHP') ), 'limit_web_aliasdomain' => array ( @@ -583,6 +584,7 @@ 'formtype' => 'CHECKBOXARRAY', 'default' => '', 'separator' => ',', + 'valuelimit' => 'client:ssh_chroot', 'value' => array('no' => 'None', 'jailkit' => 'Jailkit') ), 'default_dnsserver' => array ( -- Gitblit v1.9.1