Renamed API version to 1.30.X

This commit is contained in:
Emily Rose 2021-07-13 23:00:40 -04:00 committed by GitHub
parent 170efb5a6c
commit 2a905e2e2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ if(isset($_GET['path'])) {
//Any notification/[version] will be answered here
if(preg_match('/notification.*/', $_GET['path'])) {
$result = new stdClass;
$result->message = 'Fake API endpoint for v1.29.2547.95.375993 active and reachable (contacted at ' . date('r') . ').';
$result->message = 'Fake API endpoint for v1.30.X active and reachable (contacted at ' . date('r') . ').';
$result->vpn = false; //Idk
$result->www = false; //Idk
} else if(isset($body->license) && preg_match('/subscription.*/', $_GET['path'])) {