distinguish between problematic binaries before commit 94932c1 and after

This commit is contained in:
john30
2019-10-06 11:25:33 +02:00
parent f8733a5e6b
commit 20a8f4f7f6
3 changed files with 20 additions and 14 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ if (substr($agent, 0, 5)==='ebusd') {
$r = @file_get_contents('php://input');
header('Content-Type: text/plain');
$r = @json_decode($r, true);
echo checkUpdate(@$r['v'], @$r['r'], @$r['l']);
echo checkUpdate(@$r['v'], @$r['r'], @$r['a'], @$r['l']);
exit;
}
header('HTTP/1.1 404 Not Found');