diff --git a/server_status.php b/server_status.php index 28d6858f41..2bdae6496a 100644 --- a/server_status.php +++ b/server_status.php @@ -557,7 +557,8 @@ $server = 1; if(isset($_REQUEST['server']) && intval($_REQUEST['server'])) $server = intval($_REQUEST['server']); $server_db_isLocal = strtolower($cfg['Servers'][$server]['host']) == 'localhost' - || $cfg['Servers'][$server]['host'] == '127.0.0.1'; + || $cfg['Servers'][$server]['host'] == '127.0.0.1' + || $cfg['Servers'][$server]['host'] == '::1'; ?>