AlkantarClanX12
| Current Path : /var/www/ispconfig/admin/list/ |
| Current File : /var/www/ispconfig/admin/list/server_config.list.php |
<?php /* Datatypes: - INTEGER - DOUBLE - CURRENCY - VARCHAR - TEXT - DATE */ // Name of the list $liste["name"] = "server_config"; // Database table $liste["table"] = "server"; // Index index field of the database table $liste["table_idx"] = "server_id"; // Search Field Prefix $liste["search_prefix"] = "search_"; // Records per page $liste["records_per_page"] = "15"; // Script File of the list $liste["file"] = "server_config_list.php"; // Script file of the edit form $liste["edit_file"] = "server_config_edit.php"; // Script File of the delete script $liste["delete_file"] = "server_config_del.php"; // Paging Template $liste["paging_tpl"] = "templates/paging.tpl.htm"; // Enable auth $liste["auth"] = "yes"; /***************************************************** * Suchfelder *****************************************************/ $liste["item"][] = array( 'field' => "server_name", 'datatype' => "VARCHAR", 'formtype' => "TEXT", 'op' => "like", 'prefix' => "%", 'suffix' => "%", 'width' => "", 'value' => ""); ?>