go
This commit is contained in:
@@ -21,3 +21,11 @@ if (!defined('APP_URL_FAKECHECK')) {
|
||||
define('MATOMO_URL', 'https://matomo.my-statistics.info/');
|
||||
define('MATOMO_ENABLED', true);
|
||||
define('MATOMO_SITE_ID', 7);
|
||||
$env = 'prod';
|
||||
$baseUrl = 'https://usbcheck.it';
|
||||
$apiBaseUrl = 'https://api.usbcheck.it';
|
||||
|
||||
// Diese Werte später ins Template schieben:
|
||||
$GLOBALS['usb_env'] = $env;
|
||||
$GLOBALS['usb_base_url'] = $baseUrl;
|
||||
$GLOBALS['usb_api_base'] = $apiBaseUrl;
|
||||
Reference in New Issue
Block a user