.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user