mirror of
https://github.com/Doodle3D/doodle3d-connect.git
synced 2024-12-25 01:53:48 +01:00
Removed debug
This commit is contained in:
parent
455074e9cc
commit
4337fc347c
@ -15,12 +15,7 @@
|
|||||||
exit(json_encode($response)."\r\n");
|
exit(json_encode($response)."\r\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
$debug = array( "time" => time(),
|
|
||||||
"hourago" => $hourago,
|
|
||||||
"remoteip" => $remoteip);
|
|
||||||
|
|
||||||
$response = array( "status" => "success",
|
$response = array( "status" => "success",
|
||||||
"data" => $boxes,
|
"data" => $boxes);
|
||||||
"debug" => $debug);
|
|
||||||
exit(json_encode($response)."\r\n");
|
exit(json_encode($response)."\r\n");
|
||||||
?>
|
?>
|
Loading…
Reference in New Issue
Block a user