diff --git a/app/system/resources/dashboard/system_network_status.php b/app/system/resources/dashboard/system_network_status.php index 4fe9172e09..999f0a3aa6 100644 --- a/app/system/resources/dashboard/system_network_status.php +++ b/app/system/resources/dashboard/system_network_status.php @@ -25,7 +25,7 @@ // if (stristr(PHP_OS, 'Linux')) { // $result = shell_exec("ls /sys/class/net | tr '\n' ' '"); // $cards = array_map('trim', explode(' ', $result)); -// $selected_card = $settings->get('dashboard', 'network_interface', 'eno1'); +// $selected_card = $settings->get('system', 'network_interface', ''); // if (!in_array($selected_card, $cards, true)) { // // Selected card not in list // return;