mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
Add get servers from the type filter. TICKET: #1855
This commit is contained in:
parent
414cc1c6ee
commit
95525bf21d
@ -88,7 +88,7 @@ else {
|
||||
ui_print_success_message(__('Successfully action'));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if (isset ($_GET["delete"])) {
|
||||
$id_server = get_parameter_get ("server_del");
|
||||
|
||||
|
@ -664,6 +664,10 @@ function servers_get_info ($id_server = -1) {
|
||||
return $return;
|
||||
}
|
||||
|
||||
function servers_get_servers_type($type) {
|
||||
return db_get_all_rows_filter('tserver', array('server_type' => $type));
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the server name.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user