getConfigParam('oecaptchakey'); if (empty($key)) { $key = getOxConfKey(); } return $decryptor->decrypt($value, $key); } } if (!function_exists('getOxConfKey')) { /** * Get default config key. * * @return string */ function getOxConfKey() { $config = oxRegistry::getConfig(); $configKey = $config->getConfigParam('sConfigKey') ?: \OxidEsales\Eshop\Core\Config::DEFAULT_CONFIG_KEY; return $configKey; } } $mac = strRem($emac); generateVerificationImg($mac);