fix var name

This commit is contained in:
Christopher 2020-10-25 13:22:52 +01:00
parent 4e2927962d
commit 58a2298ad7
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
if(strtoupper($_REQUEST['METODE']) == "STATE")
{
echo $container['Status'];
echo $currentContainer['Status'];
}
if(strtoupper($_REQUEST['METODE']) == "LOG")