diff --git a/api/debug_list.php b/api/debug_list.php deleted file mode 100644 index 6e66379..0000000 --- a/api/debug_list.php +++ /dev/null @@ -1,5 +0,0 @@ - -{"status":"success","data":[ - {"id":"62.216.8.197\/10.0.0.18","0":"62.216.8.197\/10.0.0.18","remoteip":"62.216.8.197","1":"62.216.8.197","localip":"10.0.0.18","2":"10.0.0.18","wifiboxid":"Joopie","3":"Joop","hidden":"0","4":"0","date":"2013-10-03 17:24:33","5":"2013-10-03 17:24:33"}, - {"id":"62.216.8.197\/10.0.0.29","0":"62.216.8.197\/10.0.0.29","remoteip":"62.216.8.197","1":"62.216.8.197","localip":"10.0.0.29","2":"10.0.0.29","wifiboxid":"Doodle3D-87354C","3":"Doodle3D-87354C","hidden":"0","4":"0","date":"2013-10-03 17:52:19","5":"2013-10-03 17:52:19"}], - "debug":{"time":1380817181,"hourago":1380813581,"remoteip":"62.216.8.197"}} diff --git a/api/list.example b/api/list.example new file mode 100644 index 0000000..a353498 --- /dev/null +++ b/api/list.example @@ -0,0 +1,21 @@ +{ + "status":"success", + "data":[ + { + "id":"62.216.8.197\/10.0.0.18", + "remoteip":"62.216.8.197", + "localip":"10.0.0.18", + "wifiboxid":"Albert", + "hidden":"0", + "date":"2013-10-03 17:24:33", + }, + { + "id":"62.216.8.197\/10.0.0.29", + "remoteip":"62.216.8.197", + "localip":"10.0.0.29", + "wifiboxid":"Wilbert", + "hidden":"0", + "date":"2013-10-03 17:52:19" + } + ], +} \ No newline at end of file