diff --git a/api/index.php b/api/index.php index ee77c8a..d722b75 100644 --- a/api/index.php +++ b/api/index.php @@ -3,7 +3,7 @@ header("Access-Control-Allow-Origin: *"); include_once (__DIR__ . "/../core.php"); include ("./lib/modutil.php"); -//ciao + $key = filter("key"); if (! isset($key) || ! user_check($key)) { echo "-1";