Skip to content

Commit 8a74454

Browse files
author
Florian Schaal
committed
cleanup server_ip_map.tform.php
1 parent 6c424f1 commit 8a74454

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

interface/web/admin/form/server_ip_map.tform.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,9 @@
5151
'template' => "templates/server_ip_map_edit.htm",
5252
'fields' => array (
5353
'server_id' => array (
54-
// 'datatype' => 'INTEGER',
5554
'datatype' => 'VARCHAR',
5655
'formtype' => 'SELECT',
5756
'default' => '',
58-
// 'datasource' => array ( 'type' => 'SQL',
59-
// 'querystring' => 'SELECT server_id,server_name FROM server WHERE {AUTHSQL} AND mirror_server_id > 0 ORDER BY server_name',
60-
// 'keyfield'=> 'server_id',
61-
// 'valuefield'=> 'server_name'
62-
// ),
6357
'value' => ''
6458
),
6559
'source_ip' => array (

0 commit comments

Comments
 (0)