ftimme
2012-05-30 2cb1563f63386b35a69e460051aa9b4a2851d104
interface/web/client/form/client_template.tform.php
@@ -331,7 +331,7 @@
         'default'   => '',
         'separator' => ',',
         'valuelimit' => 'client:web_php_options',
         'value'      => array('no' => 'Disabled', 'fast-cgi' => 'Fast-CGI', 'cgi' => 'CGI', 'mod' => 'Mod-PHP', 'suphp' => 'SuPHP')
         'value'      => array('no' => 'Disabled', 'fast-cgi' => 'Fast-CGI', 'cgi' => 'CGI', 'mod' => 'Mod-PHP', 'suphp' => 'SuPHP', 'php-fpm' => 'PHP-FPM')
      ),
      'limit_web_aliasdomain' => array (
         'datatype'   => 'INTEGER',
@@ -392,6 +392,12 @@
      'ssh_chroot' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'CHECKBOXARRAY',
         'validators'   => array (
           0 => array (
             'type'=> 'NOTEMPTY',
             'errmsg'=> 'ssh_chroot_notempty'
           ),
         ),
         'default'   => '',
         'separator' => ',',
         'valuelimit' => 'client:ssh_chroot',