getConfigParam('oecaptchakey'); if (empty($key)) { $key = getOxConfKey(); } return $decryptor->decrypt($value, $key); } } if (!function_exists('getOxConfKey')) { /** * Get default config key. * * @return string */ function getOxConfKey() { $fileName = getShopBasePath() . '/core/oxconfk.php'; $configFile = new oxConfigFile($fileName); return $configFile->getVar("sConfigKey"); } } $mac = strRem($emac); generateVerificationImg($mac);