mirror of
https://github.com/Encryptshell/Pritunl-API-crack.git
synced 2025-11-29 08:33:10 +00:00
Added note for tested with version...
This commit is contained in:
@@ -13,7 +13,7 @@ if(isset($_GET['path'])) {
|
|||||||
//Any notification/[version] will be answered here
|
//Any notification/[version] will be answered here
|
||||||
if(preg_match('/notification.*/', $_GET['path'])) {
|
if(preg_match('/notification.*/', $_GET['path'])) {
|
||||||
$result = new stdClass;
|
$result = new stdClass;
|
||||||
$result->message = 'Fake API endpoint active and reachable (contacted at ' . date('r') . ').';
|
$result->message = 'Fake API endpoint active and reachable (contacted at ' . date('r') . '). Tested with v1.29.2276.91.';
|
||||||
$result->vpn = false; //Idk
|
$result->vpn = false; //Idk
|
||||||
$result->www = false; //Idk
|
$result->www = false; //Idk
|
||||||
} else if(isset($body->license) && preg_match('/subscription.*/', $_GET['path'])) {
|
} else if(isset($body->license) && preg_match('/subscription.*/', $_GET['path'])) {
|
||||||
|
|||||||
Reference in New Issue
Block a user