File: //proc/self/cwd/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');