This commit is contained in:
2026-05-04 14:44:31 +09:00
parent fc777da399
commit 0223951285
4 changed files with 59 additions and 6 deletions

View File

@@ -52,8 +52,9 @@ class Openprovider {
private string $ip = '';
private int $resellerId = 0;
private int $lastAuth = 0;
private string $BASEURL = DEBUG_MODE ? 'http://api.sandbox.openprovider.nl:8480/v1beta'
: 'https://api.openprovider.eu/v1beta';
private string $BASEURL = 'https://api.openprovider.eu/v1beta';
// private string $BASEURL = DEBUG_MODE ? 'http://api.sandbox.openprovider.nl:8480/v1beta'
// : 'https://api.openprovider.eu/v1beta';
public function __construct() {
if (!OPENPROVIDER_ENABLED) return;