We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7ef397 commit 32ed1e4Copy full SHA for 32ed1e4
interface/web/admin/server_edit.php
@@ -54,7 +54,7 @@ function onShowEnd() {
54
global $app, $conf;
55
56
// Getting Servers
57
- $sql = "SELECT server_id,server_name FROM server WHERE 1 ORDER BY server_name";
+ $sql = "SELECT server_id,server_name FROM server WHERE server_id != $this->id ORDER BY server_name";
58
$mirror_servers = $app->db->queryAllRecords($sql);
59
$mirror_server_select = '<option value="0">'.$app->tform->lng('- None -').'</option>';
60
if(is_array($mirror_servers)) {
0 commit comments