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

@@ -26,7 +26,7 @@ php << _EOF_
require_once("includes/config.php");
require_once("includes/get_clients.php");
load_client_config();
loadClientConfig();
setClientState("$state");
?>
_EOF_