HEX
Server: Apache/2.4.65 (Debian)
System: Linux 88f31f35b0b8 6.1.0-38-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.147-1 (2025-08-02) x86_64
User: www-data (33)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/plugins/adnkronos/config.php
<?php

use Adnkronos\AutoLoader;

require_once __DIR__ . '/src/polyfills.php';
require_once __DIR__ . '/vendor/autoload.php';

AutoLoader::bootstrap();
AutoLoader::register('AdnKronos\\', __DIR__ . '/src');

const ADNK_CONFIG_LOCAL_FILE = __DIR__ . '/config.local.php';
if (file_exists(ADNK_CONFIG_LOCAL_FILE)) {
    require_once ADNK_CONFIG_LOCAL_FILE;
}

if (!defined('ADNK_ROOT'))           define('ADNK_ROOT',           __DIR__);
if (!defined('ADNK_PLUGIN_URL'))     define('ADNK_PLUGIN_URL',     plugin_dir_url(__FILE__));
if (!defined('ADNK_API_BASE_URL'))   define('ADNK_API_BASE_URL',   'https://pluginv21.adnkronos.com');
if (!defined('ADNK_API_STATISTICS')) define('ADNK_API_STATISTICS', 'https://pluginv21.adnkronos.com');
if (!defined('ADNK_LOG_FOLDER'))     define('ADNK_LOG_FOLDER',     __DIR__ . '/logs');