diff --git a/src/www/interfaces.php b/src/www/interfaces.php index c81cd120d..9c960f2f5 100644 --- a/src/www/interfaces.php +++ b/src/www/interfaces.php @@ -573,7 +573,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') { interface_configure(false, $ifapply, true); } - system_routing_configure(); + system_routing_configure(false, array_keys($toapplylist)); filter_configure(); plugins_configure('early'); /* ensure GUI and SSH access */ }