diff --git a/api/list.php b/api/list.php index 67d576e..b560dcd 100644 --- a/api/list.php +++ b/api/list.php @@ -15,12 +15,7 @@ exit(json_encode($response)."\r\n"); } - $debug = array( "time" => time(), - "hourago" => $hourago, - "remoteip" => $remoteip); - $response = array( "status" => "success", - "data" => $boxes, - "debug" => $debug); + "data" => $boxes); exit(json_encode($response)."\r\n"); ?> \ No newline at end of file