From 497a3abad1daff5f99d06d449dc0d5c09e756b39 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Thu, 19 Feb 2026 18:01:27 +0000 Subject: [PATCH] license varying --- lib/LicenseService.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/LicenseService.php b/lib/LicenseService.php index 2575e48..1212de1 100644 --- a/lib/LicenseService.php +++ b/lib/LicenseService.php @@ -141,7 +141,8 @@ class LicenseService { * Remote API Caller */ private static function callRemoteApi($endpoint, $params) { - $url = self::getApiUrl() . $endpoint; + $action = ltrim($endpoint, '/'); + $url = self::getApiUrl() . '/index.php?action=' . $action; // Check if we are in local development / simulation mode if (strpos($url, 'your-domain.com') !== false) {