Merge branch 'master' into feature/templates

This commit is contained in:
Bill Zimmerman
2019-08-27 15:16:56 +02:00
committed by GitHub
5 changed files with 15 additions and 14 deletions

View File

@@ -16,6 +16,5 @@ function DisplayNetworkingConfig()
foreach ($interfaces as $interface) {
exec("ip a show $interface", $$interface);
}
echo renderTemplate("networking", compact("status", "interfaces"));
}