diff --git a/api/index.php b/api/index.php index d722b75..ee77c8a 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";