Skip to content
Snippets Groups Projects
Commit 14dff26f authored by Florian Schaal's avatar Florian Schaal
Browse files

uncomment vhost_rewrite_v6 in server_config.tform.php

parent a3609a0f
No related branches found
No related tags found
No related merge requests found
......@@ -616,14 +616,12 @@ $form["tabs"]['web'] = array(
'width' => '40',
'maxlength' => '255'
),
/*
'vhost_rewrite_v6' => array (
'datatype' => 'VARCHAR',
'formtype' => 'CHECKBOX',
'default' => 'n',
'value' => array(0 => 'n',1 => 'y')
),
*/
'vhost_rewrite_v6' => array (
'datatype' => 'VARCHAR',
'formtype' => 'CHECKBOX',
'default' => 'n',
'value' => array(0 => 'n',1 => 'y')
),
'vhost_conf_dir' => array(
'datatype' => 'VARCHAR',
'formtype' => 'TEXT',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment