From b8157aa0b518179325cc9bc2f9062edafa14507d Mon Sep 17 00:00:00 2001 From: Simon Beginn Date: Thu, 12 Nov 2020 02:00:08 +0100 Subject: [PATCH] Bump tested version string --- www/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/index.php b/www/index.php index afb6e7b..7ae84cb 100644 --- a/www/index.php +++ b/www/index.php @@ -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.2276.91 active and reachable (contacted at ' . date('r') . ').'; + $result->message = 'Fake API endpoint for v1.29.2547.95.375993 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'])) {