Merge branch 'testing' of https://devel.gest366.it/Gest366/gest366 into testing

This commit is contained in:
Fabio 2023-01-27 11:28:01 +01:00
commit f5459dd093

View File

@ -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";