ftimme
2011-09-29 bcfda5a5e1ae300463e66d0e7d2fd5a29c9ff4fc
interface/web/admin/form/server_config.tform.php
@@ -325,7 +325,7 @@
         'datatype' => 'VARCHAR',
         'formtype' => 'SELECT',
         'default' => 'apache',
         'value' => array('apache' => 'Apache', 'nginx' => 'nginx')
         'value' => array('apache' => 'Apache', 'nginx' => 'Nginx')
      ),
      'website_basedir' => array(
         'datatype' => 'VARCHAR',
@@ -438,6 +438,12 @@
         'default' => 'y',
         'value' => array(0 => 'n', 1 => 'y')
      ),
      'enable_sni' => array(
         'datatype' => 'VARCHAR',
         'formtype' => 'CHECKBOX',
         'default' => 'y',
         'value' => array(0 => 'n', 1 => 'y')
      ),
      'user' => array(
         'datatype' => 'VARCHAR',
         'formtype' => 'TEXT',
@@ -455,6 +461,28 @@
         'default' => '',
         'validators' => array(0 => array('type' => 'NOTEMPTY',
               'errmsg' => 'apache_group_error_empty'),
         ),
         'value' => '',
         'width' => '40',
         'maxlength' => '255'
      ),
      'nginx_user' => array(
         'datatype' => 'VARCHAR',
         'formtype' => 'TEXT',
         'default' => '',
         'validators' => array(0 => array('type' => 'NOTEMPTY',
               'errmsg' => 'nginx_user_error_empty'),
         ),
         'value' => '',
         'width' => '40',
         'maxlength' => '255'
      ),
      'nginx_group' => array(
         'datatype' => 'VARCHAR',
         'formtype' => 'TEXT',
         'default' => '',
         'validators' => array(0 => array('type' => 'NOTEMPTY',
               'errmsg' => 'nginx_group_error_empty'),
         ),
         'value' => '',
         'width' => '40',
@@ -482,6 +510,61 @@
         'width' => '40',
         'maxlength' => '255'
      ),
      'php_fpm_init_script' => array(
         'datatype' => 'VARCHAR',
         'formtype' => 'TEXT',
         'default' => '',
         'validators' => array(0 => array('type' => 'NOTEMPTY',
               'errmsg' => 'php_fpm_init_script_error_empty'),
         ),
         'value' => '',
         'width' => '40',
         'maxlength' => '255'
      ),
      'php_fpm_ini_path' => array(
         'datatype' => 'VARCHAR',
         'formtype' => 'TEXT',
         'default' => '',
         'validators' => array(0 => array('type' => 'NOTEMPTY',
               'errmsg' => 'php_fpm_ini_path_error_empty'),
         ),
         'value' => '',
         'width' => '40',
         'maxlength' => '255'
      ),
      'php_fpm_pool_dir' => array(
         'datatype' => 'VARCHAR',
         'formtype' => 'TEXT',
         'default' => '',
         'validators' => array(0 => array('type' => 'NOTEMPTY',
               'errmsg' => 'php_fpm_pool_dir_error_empty'),
         ),
         'value' => '',
         'width' => '40',
         'maxlength' => '255'
      ),
      'php_fpm_start_port' => array(
         'datatype' => 'VARCHAR',
         'formtype' => 'TEXT',
         'default' => '',
         'validators' => array(0 => array('type' => 'NOTEMPTY',
               'errmsg' => 'php_fpm_start_port_error_empty'),
         ),
         'value' => '',
         'width' => '40',
         'maxlength' => '255'
      ),
      'php_fpm_socket_dir' => array(
         'datatype' => 'VARCHAR',
         'formtype' => 'TEXT',
         'default' => '',
         'validators' => array(0 => array('type' => 'NOTEMPTY',
               'errmsg' => 'php_fpm_socket_dir_error_empty'),
         ),
         'value' => '',
         'width' => '40',
         'maxlength' => '255'
      ),
      'php_open_basedir' => array(
         'datatype' => 'VARCHAR',
         'formtype' => 'TEXT',
@@ -492,6 +575,17 @@
         'value' => '',
         'width' => '40',
         'maxlength' => '4000'
      ),
      'nginx_cgi_socket' => array(
         'datatype' => 'VARCHAR',
         'formtype' => 'TEXT',
         'default' => '',
         'validators' => array(0 => array('type' => 'NOTEMPTY',
               'errmsg' => 'nginx_cgi_socket_empty'),
         ),
         'value' => '',
         'width' => '40',
         'maxlength' => '255'
      ),
      'htaccess_allow_override' => array(
         'datatype' => 'VARCHAR',
@@ -799,6 +893,7 @@
   )
);
/*
$form["tabs"]['ufw_firewall'] = array (
   'title'    => "UFW Firewall",
   'width'    => 80,
@@ -860,7 +955,7 @@
   ##################################
   )
);
*/
$form["tabs"]['vlogger'] = array(
   'title' => "vlogger",