From ceccb424a90e01683aeef01d0a7011f770cf3206 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Tue, 03 Mar 2009 08:43:22 -0500 Subject: [PATCH] Removed Option "SSH Chroot" as the opensshd patch for this option is not available anymore. Use jailkit for chrooting instead. --- interface/web/client/form/client.tform.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/client/form/client.tform.php b/interface/web/client/form/client.tform.php index 201a7ba..f74977a 100644 --- a/interface/web/client/form/client.tform.php +++ b/interface/web/client/form/client.tform.php @@ -583,7 +583,7 @@ 'formtype' => 'CHECKBOXARRAY', 'default' => '', 'separator' => ',', - 'value' => array('no' => 'None', 'jailkit' => 'Jailkit', 'ssh-chroot' => 'SSH Chroot') + 'value' => array('no' => 'None', 'jailkit' => 'Jailkit') ), 'default_dnsserver' => array ( 'datatype' => 'INTEGER', -- Gitblit v1.9.1