From e4721794a2f193e63e02b417211d5513e6499e63 Mon Sep 17 00:00:00 2001 From: Fabio Date: Fri, 27 Jan 2023 11:17:30 +0100 Subject: [PATCH] Prova prova caricamento --- api/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";