diff --git a/api.php b/api.php index 907491f..19af9a9 100644 --- a/api.php +++ b/api.php @@ -64,7 +64,7 @@ if(strtoupper($_REQUEST['METODE']) == "STATE") { - echo $container['Status']; + echo $currentContainer['Status']; } if(strtoupper($_REQUEST['METODE']) == "LOG")