parent
67ab6f583b
commit
e4721794a2
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue