fix coding standard violations

This commit is contained in:
Christian Zeitnitz
2021-03-27 18:39:42 +01:00
parent f583a3eeae
commit 34f46007bd
4 changed files with 70 additions and 49 deletions

View File

@@ -22,7 +22,7 @@ function DisplayNetworkingConfig()
foreach ($interfaces as $interface) {
exec("ip a show $interface", $$interface);
}
load_client_config();
loadClientConfig();
$clients=getClients();
echo renderTemplate("networking", compact(
"status",