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

cleanup server_ip_map.tform.php

parent 6c424f16
No related branches found
No related tags found
1 merge request!195Master
......@@ -51,15 +51,9 @@ $form["tabs"]['server_ip_map'] = array (
'template' => "templates/server_ip_map_edit.htm",
'fields' => array (
'server_id' => array (
// 'datatype' => 'INTEGER',
'datatype' => 'VARCHAR',
'formtype' => 'SELECT',
'default' => '',
// 'datasource' => array ( 'type' => 'SQL',
// 'querystring' => 'SELECT server_id,server_name FROM server WHERE {AUTHSQL} AND mirror_server_id > 0 ORDER BY server_name',
// 'keyfield'=> 'server_id',
// 'valuefield'=> 'server_name'
// ),
'value' => ''
),
'source_ip' => array (
......
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