From 6b782acd8ab92cd8c3e88b1183d074cdde82b17a Mon Sep 17 00:00:00 2001 From: Christopher Date: Sun, 25 Oct 2020 13:38:12 +0100 Subject: [PATCH] fix unused var warniung --- api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.php b/api.php index 19af9a9..17cf94b 100644 --- a/api.php +++ b/api.php @@ -30,7 +30,7 @@ } } - if($currentContainer == NULL) + if(@$currentContainer == NULL) die("access denied!"); if(isset($_REQUEST['METODE']))