mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Merge branch 'master' into feature/templates
This commit is contained in:
@@ -16,6 +16,5 @@ function DisplayNetworkingConfig()
|
||||
foreach ($interfaces as $interface) {
|
||||
exec("ip a show $interface", $$interface);
|
||||
}
|
||||
|
||||
echo renderTemplate("networking", compact("status", "interfaces"));
|
||||
}
|
||||
|
Reference in New Issue
Block a user