From 2c13c6fb840fbf56c827e469a5337a06befee25f Mon Sep 17 00:00:00 2001 From: Simon Beginn Date: Sat, 25 Jan 2020 13:52:07 +0100 Subject: [PATCH] Changed login notification --- www/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/index.php b/www/index.php index 19a09ff..afb6e7b 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 active and reachable (contacted at ' . date('r') . '). Tested with v1.29.2276.91.'; + $result->message = 'Fake API endpoint for v1.29.2276.91 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'])) {