/**
* The technical support is guaranteed for all modules proposed by Wyomind.
* The below code is obfuscated in order to protect the module's copyright as well as the integrity of the license and of the source code.
* The support cannot apply if modifications have been made to the original source code (https://www.wyomind.com/terms-and-conditions.html).
* Nonetheless, Wyomind remains available to answer any question you might have and find the solutions adapted to your needs.
* Feel free to contact our technical team from your Wyomind account in My account > My tickets.
* Copyright © 2025 Wyomind. All rights reserved.
* See LICENSE.txt for license details.
*/
namespace Wyomind\Framework\Helper;
class License extends \Magento\Framework\App\Helper\AbstractHelper
{
public $x03bb1 = null;
public $x9de23 = null;
public $xa7f39 = null;
public $session;
const SOAP_URL = "https://www.wyomind.com/service/license/soap";
const SOAP_URI = "https://www.wyomind.com/";
protected $logEnabled = 0;
public $warnings = [];
protected $_messages = [
"ws_error" => "The Wyomind's license server encountered an error. Please contact us.",
"ws_success" => "%s",
"ws_failure" => "%s",
"success" => "<span style='background-color:green; color:white; padding:2px 5px'>Your license is valid.</span>",
"pending" => "<span style='background-color:orange; color:white; padding:2px 5px'>Your license is not yet registered</span> please run <i>bin/magento wyomind:license:activate %s <your activation key></i>",
"upgrade" => "<span style='background-color:'orange; color:white; padding:2px 5px'>Extension upgrade from v%s to v%s</span> your license must be updated, please run <i>bin/magento wyomind:license:activate %s %s</i>",
"invalidated" => "<span style='background-color:red; color:white; padding:2px 5px'>Your license is invalidated</span> please run <i>bin/magento wyomind:license:activate %s %s</i>",
"trial" => "<span style='background-color:%s; color:white; padding:2px 5px'>Your trial license will expire in %s day%s</span></i>",
"trial_expired" => "<span style='background-color:red; color:white; padding:2px 5px'>Your trial license has expired.</span> It's time to purchase your life-time license on <a href='" . self::SOAP_URI . "/trial-license.html?ak=%s' target='_blank'>" . self::SOAP_URI . "</a></i>",
"trial_almost_expired" => "<span style='background-color:%s; color:white; padding:2px 5px'>Your trial license will expire in %s day%s</span> It's time to purchase your life-time license on <a href='" . self::SOAP_URI . "/trial-license.html?ak=%s' target='_blank'>" . self::SOAP_URI . "</a></i>",
];
protected $modelContext;
protected $modelConfig;
protected $productMetadata;
protected $readFactory;
protected $root;
protected $directoryList;
protected $request;
protected $moduleList;
protected $encryptor;
protected $configResourceModel;
protected $directoryReader;
protected $objectManager;
protected $registry;
protected $cacheManager;
protected $deploymentConfig;
protected $logger;
private $x128e;
public function __construct(
\Magento\Framework\ObjectManagerInterface $objectManager,
\Magento\Framework\App\Helper\Context $context
) {
/** @var \Magento\Framework\Model\Context $modelContext */
$modelContext = $objectManager->get("\Magento\Framework\Model\Context");
/** @var \Magento\Config\Model\ResourceModel\Config $modelConfig */
$modelConfig = $objectManager->get("\Magento\Config\Model\ResourceModel\Config");
/** @var \Magento\Framework\App\ProductMetadata $productMetadata */
$productMetadata = $objectManager->get("\Magento\Framework\App\ProductMetadata");
/** @var \Magento\Framework\Filesystem\Directory\ReadFactory $readFactory */
$readFactory = $objectManager->get("\Magento\Framework\Filesystem\Directory\ReadFactory");
/** @var \Magento\Framework\Module\Dir\Reader $directoryReader */
$directoryReader = $objectManager->get("\Magento\Framework\Module\Dir\Reader");
/** @var \Magento\Framework\Module\ModuleList $moduleList */
$moduleList = $objectManager->get("\Magento\Framework\Module\ModuleList");
/** @var \Magento\Framework\HTTP\PhpEnvironment\Request $request */
$request = $objectManager->get("\Magento\Framework\HTTP\PhpEnvironment\Request");
/** @var \Magento\Framework\Encryption\EncryptorInterface $encryptor */
$encryptor = $objectManager->get("\Magento\Framework\Encryption\EncryptorInterface");
/** @var \Wyomind\Framework\Model\ResourceModel\Config $configResourceModel */
$configResourceModel = $objectManager->get("\Wyomind\Framework\Model\ResourceModel\Config");
/** @var \Magento\Framework\Registry $registry */
$registry = $objectManager->get("\Magento\Framework\Registry");
$deploymentConfig = $objectManager->get('\Magento\Framework\App\DeploymentConfig');
parent::__construct($context);
$this->modelContext = $modelContext;
$this->modelConfig = $modelConfig;
$this->productMetadata = $productMetadata;
$this->readFactory = $readFactory;
/** @var \Magento\Framework\App\Filesystem\DirectoryList $directoryList */
$directoryList = $objectManager->get("\Magento\Framework\App\Filesystem\DirectoryList");
$this->root = $directoryList->getRoot();
$this->directoryList = $directoryList;
$this->request = $request;
$this->moduleList = $moduleList;
$this->encryptor = $encryptor;
$this->configResourceModel = $configResourceModel;
$this->directoryReader = $directoryReader;
$this->objectManager = $objectManager;
$this->registry = $registry;
$this->cacheManager = $modelContext->getCacheManager();
$this->deploymentConfig = $deploymentConfig;
$this->constructor($this, func_get_args(), __CLASS__);
try {
$this->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x128c}}}} = $objectManager->{$this->xa7f39->x1165->x20c7}(
"\\Wyomind\\Framework\\Log\\License"
);
$this->{$this->x03bb1->x1187->x27d7} = $context->{$this->x9de23->x1165->x20cd}(
)->{$this->x9de23->x1165->x20db}(
"framework/settings/log",
\Magento\Framework\App\Config\ScopeConfigInterface::SCOPE_TYPE_DEFAULT
) == "1";
} catch (\Exception $e) {
}
}
public function constructor($xcec, $xd02, $x762 = false)
{
$x330c = "explode";
$x331c = "get_class";
$x332a = "array_pop";
$x3333 = "md5";
$x3340 = "is_object";
$x334e = "class_exists";
$x3360 = "defined";
$x336b = "simplexml_load_file";
$x337e = "in_array";
$x338a = "substr";
$x3396 = "is_string";
$x33a3 = "property_exists";
$x33af = "stristr";
$x33b8 = "array_keys";
$x33c7 = "count";
$x33d1 = "strtolower";
$x33dc = "stripos";
$x33e8 = "array_search";
$x33fe = "array_map";
$x3406 = "str_replace";
$x3416 = "strpos";
$x3420 = "rand";
$x342c = "ceil";
$x343e = "strtotime";
$x3446 = "time";
$x3454 = "get_parent_class";
$x3464 = "strrpos";
$x346c = "implode";
$x3478 = "strcmp";
$x350 = $x330c("\\", $x331c($xcec));
$x860 = $x350[1];
$x309 = $x332a($x350);
if ($x309 == "Interceptor") {
$x309 = $x332a($x350);
}
$x443 = $x3333((string)$x309);
$x455 = $x860;
if ($x762 && !$x3340($x762)) {
$x350 = $x330c("\\", $x762);
$x455 = $x350[1];
$x860 = $x350[1];
}
$x34e = "getFilePath";
$x346 = "\\" . $x350[0] . "\\" . $x455 . "\\Helper\\Delegate";
if ($x334e($x346) && $x3360($x346 . "::VERSION")) {
$x371 = $x346::VERSION;
} else {
if (($x35e = $this->$x34e(
$x350[0] . "_" . $x455,
"/etc/module.xml"
)) !== false) {
$x364 = $x336b($x35e);
}
$x371 = (string)$x364->module['setup_version'];
}
$x3f2 = $x3333((string)$x371);
$xce4 = [];
$x3f7 = 0;
for ($x3d8 = 0; $x3d8 < 3; $x3d8++) {
while ($x337e("x" . $x338a($x3f2, $x3f7, 2), $xce4)) {
$x3f7 += 2;
}
$xce4[] = "x" . $x338a($x3f2, $x3f7, 2);
}
$x3f7 = 0;
for ($x3d8 = 0; $x3d8 < 3; $x3d8++) {
while ($x337e("x" . $x338a($x3f2, $x3f7, 3), $xce4)) {
$x3f7 += 3;
}
$xce4[] = "x" . $x338a($x3f2, $x3f7, 3);
}
$x3f7 = 0;
for ($x3d8 = 0; $x3d8 < 3; $x3d8++) {
while ($x337e("x" . $x338a($x3f2, $x3f7, 5), $xce4)) {
$x3f7 += 5;
}
$xce4[] = "x" . $x338a($x3f2, $x3f7, 5);
}
$xce4[] = "x" . $x338a($x443, 0, 2);
$xce4[] = "x" . $x338a($x443, 2, 2);
$xce4[] = "x" . $x338a($x443, 4, 2);
$xce4[] = "x" . $x338a($x443, 0, 3);
$xce4[] = "x" . $x338a($x443, 3, 3);
$xce4[] = "x" . $x338a($x443, 6, 3);
$xce4[] = "x" . $x338a($x443, 0, 5);
$xce4[] = "x" . $x338a($x443, 5, 5);
$xce4[] = "x" . $x338a($x443, 10, 5);
$x46d = "\\Wyomind\\Framework\\Helper\\" . $x455;
$x45f = "\\Wyomind\\" . $x455 . "\\Helper\\" . $x455 . "";
$x48b = null;
if ($x334e($x45f)) {
$x48b = new $x45f();
} elseif ($x334e($x46d)) {
$x48b = new $x46d();
}
foreach ($xce4 as $xced) {
if (!$x3396($xd02)) {
if ($x33a3($xcec, $xced)) {
$xcec->$xced = $x48b;
}
}
}
$x7f2 = $this->xa7f39->x1187->{$this->xa7f39->x1187->x3313};
$x811 = $this->x9de23->x1187->{$this->xa7f39->x1187->x3326};
$x7f5 = $this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1d2a}}};
$xd00 = $this->x9de23->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x1d3c}};
$x75d = $this->x03bb1->x1187->x3345;
$x464 = $this->x03bb1->x1165->x1d4d;
$x33e = $this->x9de23->x1187->x3365;
$x35d = $this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x3378}}};
$x59c = $this->xa7f39->x1187->{$this->x9de23->x1187->x3384};
$xcfe = $this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1d82}};
$xcf3 = $this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1d8d}}};
$x47a = $this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x33ad}};
$x50a = $this->x9de23->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->x33b6}}};
$x531 = $this->x9de23->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->x33c5}}}};
$x54a = $this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1db9}}}};
$xc78 = $this->xa7f39->x1187->{$this->x9de23->x1187->x33d7};
$x568 = $this->xa7f39->x1165->{$this->x9de23->x1165->x1dcb};
$x5b7 = $this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x33f7}};
$x5c0 = $this->xa7f39->x1187->x33ff;
$xbb3 = $this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x3412}}};
$x7a8 = $this->x9de23->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x341d}};
$x617 = $this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x1e0c}};
$x6fa = $this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x1e1b}};
$x6fb = $this->x9de23->x1165->{$this->xa7f39->x1165->x1e2a};
$x700 = $this->x9de23->x1165->x1e33;
$x77f = $this->x03bb1->x1187->x3457;
$x78f = $this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x1e53}};
$x7fd = $this->xa7f39->x1165->{$this->x9de23->x1165->x1e5e};
$xcaa = $this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x347d}};
${$this->x9de23->x1165->x1431} = "Co";
${$this->x9de23->x1165->x1435} = "nt";
${$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2a6c}}}} = "ro";
${$this->xa7f39->x1165->x145a} = "ll";
${$this->x9de23->x1165->x1460} = "er";
${$this->xa7f39->x1165->{$this->x03bb1->x1165->x1469}} = "Ac";
${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x147c}}}} = "ti";
${$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x2a95}}} = "on";
${$this->xa7f39->x1165->{$this->xa7f39->x1165->x148b}} = "Pre";
${$this->x9de23->x1165->x148e} = "dis";
${$this->x9de23->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x14aa}}} = "patch";
${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2ab9}}} = ${$this->xa7f39->x1187->{$this->x03bb1->x1187->x2a59}} . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x1442}}}}} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x144e}}} . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->x145e}} . ${$this->xa7f39->x1165->{$this->x03bb1->x1165->x1465}} . ${$this->xa7f39->x1165->{$this->x03bb1->x1165->x1469}} . ${$this->xa7f39->x1165->{$this->x03bb1->x1165->x1476}} . ${$this->x03bb1->x1187->x2a8f} . ${$this->xa7f39->x1165->x1489} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->x1492}} . ${$this->xa7f39->x1165->x14a2};
${$this->x03bb1->x1187->x2abe} = $this->{$this->x9de23->x1187->x2886};
${$this->xa7f39->x1165->{$this->x03bb1->x1165->x14c2}} = "registry";
${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x14d3}}} = "register";
${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x2adf}}}} = "is_object";
${$this->xa7f39->x1187->x2ae5} = "get_class";
${$this->x03bb1->x1187->{$this->x9de23->x1187->x2aee}} = "on_";
${$this->x9de23->x1187->x2af6} = "key";
${$this->x9de23->x1187->x2b00} = "tiv";
${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x1511}}}} = $this->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x3240}}(
"Wyomind_" . ${$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x29a6}}}
);
${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->x151c}}} = "lic";
${$this->x03bb1->x1165->x151f} = "ens";
${$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2b33}}}} = "TRIAL";
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x1536}}}} = "e/ac";
${$this->xa7f39->x1165->{$this->xa7f39->x1165->x1545}} = "ati";
${$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x2b57}}} = "e/ex";
${$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2b6c}}} = "code";
${$this->x9de23->x1187->x2b6e} = "getDelegation";
${$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x2b7c}}} = "isAdmin";
${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x1576}}} = "isCli";
if ($x75d(${$this->x03bb1->x1165->x1370}) && $x50a(
${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->x2ae9}}}(
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x135d}}}
),
${$this->x03bb1->x1165->{$this->x03bb1->x1165->x14ad}}
)) {
if (!${$this->xa7f39->x1187->{$this->x9de23->x1187->x2ac0}}->${$this->xa7f39->x1187->{$this->x03bb1->x1187->x2ac6}}(
${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2ab9}}}
)) {
${$this->x9de23->x1165->{$this->x03bb1->x1165->x14ba}}->${$this->x03bb1->x1187->x2acb}(
${$this->x03bb1->x1187->{$this->x9de23->x1187->x2ab8}},
true
);
}
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1587}}}}} = ${$this->xa7f39->x1187->{$this->x9de23->x1187->x298a}}->{$this->x9de23->x1165->x20f1}(
);
${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x2ba6}}} = $x531(
$this->{$this->x03bb1->x1165->x2102}()
);
if (${$this->x9de23->x1187->{$this->xa7f39->x1187->x2b97}}->{$this->x9de23->x1165->x2112}(
) == "admin" && ${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2b9c}}}}->{$this->x03bb1->x1165->x211d}(
) == "system_config" && ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1587}}}}}->{$this->xa7f39->x1165->x212f}(
) == "edit") {
${$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x2bb6}}}} = ${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2b11}} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1583}}}->{$this->x03bb1->x1165->x2137}(
"section"
);
} else {
${$this->x9de23->x1165->x15af} = $this->{$this->x9de23->x1187->x2880}->{$this->xa7f39->x1165->x1fe7}(
'\Magento\Framework\App\Route\Config'
)->{$this->x9de23->x1165->x214e}(
${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->x2b9b}}}->{$this->x9de23->x1165->x2112}(
)
);
if ($x54a(${$this->x03bb1->x1165->{$this->x03bb1->x1165->x15b1}})) {
${$this->xa7f39->x1187->{$this->x9de23->x1187->x2baf}} = $xc78(
${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x2bbc}}}[0]
);
} else {
${$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x2bb6}}}} = ${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x1511}}}} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1587}}}}}->{$this->x9de23->x1165->x2112}(
);
}
}
if (${$this->xa7f39->x1165->x1509} == "" && $x568(
${$this->x9de23->x1165->x15a1},
"wyomind_"
) === false) {
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x15aa}}}}} = "wyomind_" . ${$this->xa7f39->x1187->{$this->x9de23->x1187->x2baf}};
}
${$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->x2bc8}}}} = "framework";
${$this->x9de23->x1165->x15ba} = "core";
${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x2bdc}}}}} = "mageteam";
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x15d6}}} = [
${$this->xa7f39->x1165->x15b4},
${$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x15c0}}},
${$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x15cd}}}
];
if ($x5b7(
$xc78(${$this->x9de23->x1165->x15a1}),
$x5c0(
'strtolower',
${$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x159c}}}}}
)
) !== false && !$x59c(
$xc78(${$this->xa7f39->x1187->{$this->x9de23->x1187->x2baf}}),
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x15d6}}}
)) {
${$this->x03bb1->x1187->{$this->x9de23->x1187->x2be6}} = $xbb3(
"_",
"\\",
${$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x159c}}}}}[$x5b7(
$xc78(${$this->x9de23->x1187->x2bae}),
$x5c0('strtolower', ${$this->xa7f39->x1165->{$this->x03bb1->x1165->x158f}})
)]
);
${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x2bf9}}}} = "\\" . ${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->x2bea}}} . "\\Helper" . $xcfe(
(string)${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x15e6}}},
$x7a8(
(string)${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2beb}}}},
"\\"
)
) . "";
${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x15e6}}} = $xcfe(
(string)${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2beb}}}},
$x7a8((string)${$this->x03bb1->x1187->x2be3}, "\\") + 1
);
${$this->x03bb1->x1187->x2c03} = false;
try {
${$this->xa7f39->x1187->{$this->xa7f39->x1187->x2c14}} = $this->{$this->x03bb1->x1165->{$this->x9de23->x1165->x126b}}->{$this->xa7f39->x1165->x20c7}(
${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2bf4}}}
);
} catch (\Exception $e) {
$this->{$this->x9de23->x1187->x3280}(
$xc78(
${$this->x9de23->x1187->x2b0c} . ${$this->xa7f39->x1165->{$this->x03bb1->x1165->x15e1}}
) . "/" . ${$this->xa7f39->x1165->{$this->x9de23->x1165->x1517}} . ${$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x1524}}}} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->x1533}} . ${$this->x9de23->x1187->x2b00} . ${$this->x03bb1->x1187->x2b42} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x14ec}}} . ${$this->x03bb1->x1187->x2b63},
""
);
${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->x2c0a}}} = true;
${$this->x03bb1->x1165->x15fb} = $this;
}
${$this->x03bb1->x1165->{$this->x03bb1->x1165->x160d}} = $xd00((string)$x617());
${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2c31}}} = "";
${$this->xa7f39->x1187->{$this->xa7f39->x1187->x2c36}} = false;
${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2c3d}}["ac" . ${$this->x9de23->x1165->x14f5} . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1547}}}} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x14ec}}} . ${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2afe}}}] = $this->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x2855}}->{$this->xa7f39->x1165->x218a}(
$this->{$this->x03bb1->x1165->{$this->x9de23->x1165->x1251}}->{$this->xa7f39->x1165->x2193}(
$xc78(
${$this->x9de23->x1187->x2b0c} . ${$this->xa7f39->x1165->{$this->x03bb1->x1165->x15e1}}
) . "/" . ${$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x2b1f}}} . ${$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x1524}}}} . ${$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2b3e}}}} . ${$this->x03bb1->x1187->{$this->x9de23->x1187->x2b01}} . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1546}}} . ${$this->x9de23->x1165->{$this->x9de23->x1165->x14e9}} . ${$this->x9de23->x1187->x2af6}
)
);
if (${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2c3d}}["ac" . ${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->x2b05}}}} . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x154a}}}}} . ${$this->xa7f39->x1187->x2aeb} . ${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2afb}}] == "") {
${$this->xa7f39->x1165->x1624}["ac" . ${$this->x03bb1->x1187->{$this->x9de23->x1187->x2b01}} . ${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x2b4e}}}}} . ${$this->x03bb1->x1187->{$this->x9de23->x1187->x2aee}} . ${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2afb}}] = $this->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x1c76}}}(
$xc78(
${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1512}}}}} . ${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2beb}}}}
) . "/" . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->x151c}}} . ${$this->x03bb1->x1187->x2b23} . ${$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2b3e}}}} . ${$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x1508}}}}} . ${$this->x9de23->x1187->{$this->x9de23->x1187->x2b45}} . ${$this->x9de23->x1165->{$this->x9de23->x1165->x14e9}} . ${$this->x9de23->x1187->x2af6}
);
}
if ($xcfe(
(string)${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x162b}}}["ac" . ${$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1503}}}} . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1547}}}} . ${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x2af3}}}} . ${$this->x9de23->x1165->x14f0}],
0,
5
) == ${$this->x9de23->x1187->x2b2d}) {
${$this->xa7f39->x1165->x1633} = $xcfe(
(string)${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x162f}}}}["ac" . ${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2b07}}}}} . ${$this->x9de23->x1187->{$this->x9de23->x1187->x2b45}} . ${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2af0}}} . ${$this->x9de23->x1165->x14f0}],
24,
4
);
${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x1642}}} = $xcfe(
(string)${$this->x03bb1->x1165->{$this->xa7f39->x1165->x1629}}["ac" . ${$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x1508}}}}} . ${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x2b4e}}}}} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x14ec}}} . ${$this->x9de23->x1165->x14f0}],
28,
2
);
${$this->x9de23->x1187->{$this->xa7f39->x1187->x2c53}} = $xcfe(
(string)${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x162f}}}}["ac" . ${$this->x03bb1->x1165->{$this->xa7f39->x1165->x14fa}} . ${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2b48}}} . ${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2af0}}} . ${$this->x9de23->x1165->{$this->xa7f39->x1165->x14f2}}],
30,
2
);
${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2c5b}} = ${$this->xa7f39->x1187->x2c42} . "-" . ${$this->xa7f39->x1165->x163b} . "-" . ${$this->xa7f39->x1187->x2c51};
${$this->xa7f39->x1165->x1619} = (0 >= $x6fa(
($x6fb(
${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x1654}}}}
) - $x700()) / 3600 / 24
));
}
${$this->xa7f39->x1187->{$this->xa7f39->x1187->x2c69}} = "setRedirect";
${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->x1665}}} = "getResponse";
${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x2c7a}}}} = "getRequest";
${$this->xa7f39->x1165->{$this->x03bb1->x1165->x1670}} = "setDispatched";
${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1614}}} = $this->{$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x1be1}}}}(
${$this->x9de23->x1187->x2c12},
${$this->xa7f39->x1165->x160c}
);
if (${$this->xa7f39->x1187->x2c2b} != $xd00(
(string)${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2c26}}
) || ${$this->xa7f39->x1165->x15f6} || ${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->x1620}}}) {
${$this->x03bb1->x1187->{$this->x9de23->x1187->x2c8a}} = ${$this->xa7f39->x1187->x2987}->{$this->x03bb1->x1165->x21b5}(
);
${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x2c9b}}} = ${$this->x03bb1->x1187->x2974}->url->{$this->x03bb1->x1165->x21c6}(
"wyomind_framework/license/manager",
["module" => ${$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x2bb3}}}]
);
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x1678}}}->${$this->x9de23->x1187->{$this->x9de23->x1187->x2c76}}(
)->${$this->xa7f39->x1165->{$this->x03bb1->x1165->x1670}}(
true
);
${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2c8f}}}}->${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->x1665}}}(
)->${$this->xa7f39->x1187->{$this->xa7f39->x1187->x2c69}}(
${$this->x03bb1->x1187->x2c92}
);
} else {
return;
}
}
}
if (${$this->xa7f39->x1165->{$this->xa7f39->x1165->x14dd}}(${$this->xa7f39->x1187->x2980})) {
${$this->x9de23->x1187->x2ca1} = ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x136b}}}->${$this->xa7f39->x1165->x155a}(
);
${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2cb3}}} = ${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->x2ae9}}}(
${$this->xa7f39->x1187->{$this->xa7f39->x1187->x2977}}
);
if (!empty(${$this->xa7f39->x1187->x2987}) && !$x75d(${$this->x03bb1->x1165->x1370})) {
${$this->x9de23->x1187->x2cb0} = ${$this->xa7f39->x1187->x2987};
}
${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->x2cbd}}} = $x77f(
${$this->x9de23->x1165->{$this->xa7f39->x1165->x1358}}
);
while (!isset(${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->x2ca9}}}[${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2cb3}}}]) && !empty(${$this->xa7f39->x1165->x1698})) {
${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x2cb8}}}} = ${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2cbf}}}};
${$this->xa7f39->x1165->x1698} = $x77f(
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x1694}}}
);
}
${$this->xa7f39->x1165->{$this->xa7f39->x1165->x16a8}} = $xcfe(
(string)${$this->x03bb1->x1165->x168d},
$x78f(
(string)${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1696}}}},
'\\'
) + 1
);
${$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2cd9}}}} = ${$this->x03bb1->x1165->{$this->xa7f39->x1165->x1689}}[${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x1694}}}];
${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->x2cea}}}} = !$this->${$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->x2b83}}}}}(
) || $this->${$this->xa7f39->x1165->x156e}();
${$this->xa7f39->x1187->{$this->x03bb1->x1187->x2ce5}} |= $x7a8(
$this->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1228}}->{$this->x9de23->x1165->x21d9}(),
'gridTo'
) !== false;
${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->x2cea}}}} |= $this->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x122e}}}}->{$this->x03bb1->x1165->x2137}(
'isAjax'
) == "true";
if (${$this->xa7f39->x1165->x14b6}->${$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x14c7}}}}}(
${$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x14b3}}}}
) === true || ${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2ce6}}} || ${$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x2cc8}}} == "AbstractAction") {
if (${$this->x9de23->x1165->x16a6} == "AbstractAction") {
if (!${$this->xa7f39->x1187->{$this->x9de23->x1187->x2ac0}}->${$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x14c5}}}}(
${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x2abd}}}}
)) {
${$this->xa7f39->x1187->{$this->x9de23->x1187->x2ac0}}->${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x14d6}}}}(
${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x2abd}}}},
true
);
}
}
foreach (${$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x16ae}}} as ${$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->x16ca}}}} => ${$this->x9de23->x1187->x2cf8}) {
${$this->xa7f39->x1187->{$this->xa7f39->x1187->x2977}}->${$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->x16ca}}}} = $this->{$this->x9de23->x1187->x2880}->{$this->xa7f39->x1165->x1fe7}(
${$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2d01}}}
);
}
}
}
if (!$this->${$this->xa7f39->x1187->{$this->x9de23->x1187->x2b78}}(
) || $this->${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1577}}}}(
)) {
return;
}
$this->{$this->x03bb1->x1165->x1be2}(
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x1362}}}}
);
$this->{$this->x03bb1->x1187->x3213}(
"------------------------------------------"
);
$this->{$this->x9de23->x1165->x1bf9}(
"Checking current registration of the license"
);
${$this->x03bb1->x1165->{$this->x03bb1->x1165->x16da}} = $x7f2(
'/',
$this->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->x122d}}}->{$this->x9de23->x1165->x2230}(
)
);
$x7f5(${$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x16df}}});
${$this->xa7f39->x1187->{$this->x03bb1->x1187->x2d08}} = $x7fd('/', ${$this->x03bb1->x1187->x2d06});
if (${$this->x03bb1->x1165->{$this->x03bb1->x1165->x16da}} == "") {
$this->{$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x3218}}}("CLI");
} else {
$this->{$this->x9de23->x1165->x1bf9}(
"Uri: " . ${$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->x2d13}}}}}
);
$this->{$this->x03bb1->x1187->x3213}(
"IP: " . $this->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x122e}}}}->{$this->xa7f39->x1165->x227d}(
)
);
${$this->x03bb1->x1165->x16e0} = $this->{$this->x9de23->x1187->x2880}->{$this->xa7f39->x1165->x1fe7}(
"\\Magento\\Backend\\Model\\Auth"
);
if (${$this->xa7f39->x1187->x2d18}->{$this->xa7f39->x1165->x2295}() != null) {
$this->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1bfd}}}(
"User: " . ${$this->x03bb1->x1187->{$this->x9de23->x1187->x2d1b}}->{$this->xa7f39->x1165->x2295}(
)->{$this->xa7f39->x1165->x22bd}()
);
}
}
$this->{$this->x03bb1->x1187->{$this->x9de23->x1187->x3215}}(
"Class: " . $x811(${$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2978}}})
);
${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->x2d26}}} = "2";
${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2d35}}}} = 0;
${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x2d3e}}} = "";
if ($xcf3(${$this->x9de23->x1187->{$this->x9de23->x1187->x2985}})) {
${$this->x9de23->x1165->{$this->x9de23->x1165->x1708}} = ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x170a}}} . $xcfe(
$xd00((string)${$this->xa7f39->x1187->x2980}),
${$this->x03bb1->x1165->{$this->x03bb1->x1165->x16f9}},
${$this->x03bb1->x1165->x16ef}
);
${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2d39}}}}} += ${$this->x9de23->x1187->{$this->xa7f39->x1187->x2d24}};
}
${$this->xa7f39->x1165->x1712} = "trigger_error";
if ($xcf3(${$this->x9de23->x1187->{$this->x9de23->x1187->x2985}})) {
${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x2d3e}}} = ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x170d}}}} . $xcfe(
$xd00((string)${$this->xa7f39->x1165->x1367}),
${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2d35}}}},
${$this->xa7f39->x1187->x2d20}
);
${$this->x03bb1->x1187->x2d2d} += ${$this->x03bb1->x1165->x16ef};
}
${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x2d54}}}} = "version";
${$this->x9de23->x1165->{$this->x03bb1->x1165->x1728}} = "null";
${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2d6c}}}} = ${$this->x9de23->x1165->{$this->xa7f39->x1165->x1383}};
if ($xcf3(${$this->xa7f39->x1165->x1367})) {
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x170d}}}} = ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x170a}}} . $xcfe(
$xd00((string)${$this->xa7f39->x1187->x2980}),
${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x16fd}}}},
${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x16f2}}}
);
${$this->x03bb1->x1187->x2d2d} += ${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x2d28}}}};
}
${$this->xa7f39->x1165->{$this->x03bb1->x1165->x173e}} = "activation_code";
${$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x174b}}} = "activation_key";
${$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1762}}}} = "base_url";
${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x176a}}} = "extension_code";
if ($xcf3(${$this->xa7f39->x1187->x2980})) {
${$this->x9de23->x1165->x1706} = ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x1710}}}}} . $xcfe(
$xd00((string)${$this->xa7f39->x1165->x1367}),
${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2d33}}},
${$this->xa7f39->x1165->{$this->x03bb1->x1165->x16f1}}
);
${$this->x9de23->x1187->{$this->xa7f39->x1187->x2d32}} += ${$this->x03bb1->x1165->x16ef};
}
${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2d95}}}}} = "web";
if ($xcf3(${$this->xa7f39->x1165->{$this->x9de23->x1165->x1368}})) {
${$this->x9de23->x1187->x2d3c} = ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x1710}}}}} . $xcfe(
$xd00((string)${$this->x9de23->x1187->{$this->x9de23->x1187->x2985}}),
${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2d35}}}},
${$this->xa7f39->x1187->x2d20}
);
${$this->x03bb1->x1187->x2d2d} += ${$this->x9de23->x1187->{$this->xa7f39->x1187->x2d24}};
}
${$this->x03bb1->x1187->{$this->x03bb1->x1187->x2d9c}} = "ten";
${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x1780}}}} = "/sec";
${$this->x9de23->x1165->{$this->x9de23->x1165->x1787}} = "/unsec";
${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2dbf}}}}} = "rl";
${$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x17a3}}} = "ure";
${$this->x9de23->x1187->{$this->xa7f39->x1187->x2dcd}} = "sio";
${$this->x03bb1->x1165->{$this->x03bb1->x1165->x17af}} = $this->{$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x123a}}}}->{$this->xa7f39->x1165->x22da}(
);
${$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2de4}}} = ${$this->xa7f39->x1187->{$this->x9de23->x1187->x2de0}}["Wyomind_" . ${$this->x9de23->x1165->x1735}];
${$this->x03bb1->x1165->x17b5} = ${$this->xa7f39->x1187->{$this->x9de23->x1187->x2de0}}["setup_" . ${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x2d54}}}}];
if ($xcf3(${$this->xa7f39->x1165->{$this->x9de23->x1165->x1368}})) {
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x170d}}}} = ${$this->x9de23->x1165->{$this->x9de23->x1165->x1708}} . $xcfe(
$xd00((string)${$this->xa7f39->x1165->x1367}),
${$this->xa7f39->x1165->x16f6},
${$this->x9de23->x1187->{$this->xa7f39->x1187->x2d24}}
);
${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->x1702}}}}} += ${$this->x03bb1->x1165->x16ef};
}
${$this->x03bb1->x1165->x17c1} = "flag";
if ($xcf3(${$this->x9de23->x1187->{$this->x9de23->x1187->x2985}})) {
${$this->x9de23->x1165->{$this->x9de23->x1165->x1708}} = ${$this->x9de23->x1165->{$this->x9de23->x1165->x1708}} . $xcfe(
$xd00((string)${$this->xa7f39->x1165->x1367}),
${$this->x03bb1->x1187->x2d2d},
${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->x2d26}}}
);
${$this->xa7f39->x1165->x16f6} += ${$this->x9de23->x1187->{$this->xa7f39->x1187->x2d24}};
}
${$this->xa7f39->x1165->{$this->x9de23->x1165->x17cb}} = "n_c";
if ($xcf3(${$this->xa7f39->x1187->x2980})) {
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x170d}}}} = ${$this->x9de23->x1187->x2d3c} . $xcfe(
$xd00((string)${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x136b}}}),
${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->x1702}}}}},
${$this->xa7f39->x1187->x2d20}
);
${$this->x03bb1->x1165->{$this->x03bb1->x1165->x16f9}} += ${$this->xa7f39->x1187->x2d20};
}
if ($xcf3(${$this->xa7f39->x1165->x1367})) {
${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x2d3e}}} = ${$this->x9de23->x1187->{$this->xa7f39->x1187->x2d3d}} . $xcfe(
$xd00((string)${$this->x9de23->x1187->{$this->x9de23->x1187->x2985}}),
${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x16fb}}},
${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x16f2}}}
);
${$this->xa7f39->x1165->x16f6} += ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x16f2}}};
}
${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2e12}}} = "ode";
if ($xcf3(${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x136b}}})) {
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x170d}}}} = ${$this->x9de23->x1165->{$this->x9de23->x1165->x1708}} . $xcfe(
$xd00((string)${$this->xa7f39->x1165->x1367}),
${$this->xa7f39->x1165->x16f6},
${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->x2d26}}}
);
${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2d33}}} += ${$this->xa7f39->x1187->x2d20};
}
${$this->x03bb1->x1165->x17df} = "/bas";
if ($xcf3(${$this->xa7f39->x1165->{$this->x9de23->x1165->x1368}})) {
${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x2d42}}}} = ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x170d}}}} . $xcfe(
$xd00((string)${$this->xa7f39->x1187->x2980}),
${$this->x03bb1->x1165->{$this->x03bb1->x1165->x16f9}},
${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x2d28}}}}
);
${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x16fb}}} += ${$this->xa7f39->x1165->{$this->x03bb1->x1165->x16f1}};
}
${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x2e2b}}}} = "e_u";
if ($xcf3(${$this->x9de23->x1187->{$this->x9de23->x1187->x2985}})) {
${$this->x9de23->x1187->x2d3c} = ${$this->x9de23->x1187->{$this->xa7f39->x1187->x2d3d}} . $xcfe(
$xd00((string)${$this->x9de23->x1187->{$this->x9de23->x1187->x2985}}),
${$this->xa7f39->x1165->x16f6},
${$this->x03bb1->x1165->x16ef}
);
${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2d33}}} += ${$this->x9de23->x1187->{$this->xa7f39->x1187->x2d24}};
}
if ($xcf3(${$this->xa7f39->x1165->x1367})) {
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x170a}}} = ${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x2d42}}}} . $xcfe(
$xd00((string)${$this->xa7f39->x1187->x2980}),
${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2d39}}}}},
${$this->x9de23->x1187->{$this->xa7f39->x1187->x2d24}}
);
${$this->x9de23->x1187->{$this->xa7f39->x1187->x2d32}} += ${$this->x03bb1->x1165->x16ef};
}
${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2c3e}}}["ac" . ${$this->x03bb1->x1187->{$this->x9de23->x1187->x2b01}} . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->x1545}} . ${$this->xa7f39->x1187->x2aeb} . ${$this->x9de23->x1187->x2af6}] = $this->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x1247}}->{$this->xa7f39->x1165->x218a}(
$this->{$this->x03bb1->x1165->{$this->x9de23->x1165->x1251}}->{$this->xa7f39->x1165->x2193}(
$xc78(
${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2b11}} . ${$this->x03bb1->x1187->{$this->x03bb1->x1187->x2d66}}
) . "/" . ${$this->xa7f39->x1187->{$this->x9de23->x1187->x2b1d}} . ${$this->x03bb1->x1187->x2b23} . ${$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x2b3b}}} . ${$this->x9de23->x1187->x2b00} . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1546}}} . ${$this->x9de23->x1165->x14e7} . ${$this->x9de23->x1165->{$this->xa7f39->x1165->x14f2}}
)
);
if (${$this->xa7f39->x1165->x1624}["ac" . ${$this->x03bb1->x1187->{$this->x9de23->x1187->x2b01}} . ${$this->x9de23->x1187->{$this->x9de23->x1187->x2b45}} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x14ec}}} . ${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2afe}}}] == "") {
${$this->x03bb1->x1165->{$this->xa7f39->x1165->x1629}}["ac" . ${$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x1508}}}}} . ${$this->xa7f39->x1165->x1540} . ${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x2af3}}}} . ${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2afb}}] = $this->{$this->x03bb1->x1165->x1c70}(
$xc78(
${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1512}}}}} . ${$this->x9de23->x1165->x1735}
) . "/" . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->x151c}}} . ${$this->x03bb1->x1187->{$this->x9de23->x1187->x2b25}} . ${$this->x03bb1->x1165->x1532} . ${$this->x03bb1->x1165->{$this->xa7f39->x1165->x14fa}} . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->x1545}} . ${$this->x9de23->x1165->{$this->x9de23->x1165->x14e9}} . ${$this->x9de23->x1165->{$this->xa7f39->x1165->x14f2}}
);
}
${$this->x03bb1->x1165->{$this->xa7f39->x1165->x1629}}["ex" . ${$this->xa7f39->x1187->x2d97} . ${$this->x9de23->x1187->{$this->xa7f39->x1187->x2dcd}} . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->x17cc}}} . ${$this->x9de23->x1165->x17d6}] = $this->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x1c4a}}(
$xc78(
${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1512}}}}} . ${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2d6c}}}}
) . "/" . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->x151c}}} . ${$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x1524}}}} . ${$this->x03bb1->x1187->x2b50} . ${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2da0}}}} . ${$this->x03bb1->x1165->{$this->xa7f39->x1165->x17a8}} . ${$this->xa7f39->x1165->{$this->x9de23->x1165->x17cb}} . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->x17d9}}
);
${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2c3d}}["ac" . ${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2b07}}}}} . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x154a}}}}} . ${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x2af3}}}} . ${$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2b6c}}}] = $this->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x1247}}->{$this->xa7f39->x1165->x218a}(
$this->{$this->x03bb1->x1165->{$this->x9de23->x1165->x1251}}->{$this->xa7f39->x1165->x2193}(
$xc78(
${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2b11}} . ${$this->xa7f39->x1187->x2d62}
) . "/" . ${$this->xa7f39->x1187->{$this->x9de23->x1187->x2b1d}} . ${$this->x03bb1->x1165->x151f} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x1535}}} . ${$this->x9de23->x1187->x2b00} . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x154a}}}}} . ${$this->x9de23->x1165->x14e7} . ${$this->x03bb1->x1165->x1558}
)
);
if (${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x162f}}}}["ac" . ${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2b04}}} . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x154a}}}}} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x14ee}}}} . ${$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2b6c}}}] == "") {
${$this->x03bb1->x1165->{$this->xa7f39->x1165->x1629}}["ac" . ${$this->x03bb1->x1165->{$this->xa7f39->x1165->x14fa}} . ${$this->x03bb1->x1187->x2b42} . ${$this->x9de23->x1165->x14e7} . ${$this->xa7f39->x1187->{$this->x03bb1->x1187->x2b68}}] = $this->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x328c}}(
$xc78(
${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2b11}} . ${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x2d6a}}}
) . "/" . ${$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x2b1f}}} . ${$this->x9de23->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1522}}} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->x1533}} . ${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2b04}}} . ${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2b4b}}}} . ${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x2af3}}}} . ${$this->x03bb1->x1187->x2b63}
);
}
${$this->x03bb1->x1165->x17f4} = $this->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1279}}->{$this->xa7f39->x1165->x1fe7}(
"system/default/" . ${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->x2d8f}}} . ${$this->x9de23->x1165->x1778} . ${$this->xa7f39->x1187->x2dc1} . ${$this->x9de23->x1187->x2e1b} . ${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x2e26}}} . ${$this->xa7f39->x1187->x2db1}
);
${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2e3a}} = $this->{$this->x03bb1->x1187->x28a1}->{$this->xa7f39->x1165->x1fe7}(
"system/default/" . ${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2d95}}}}} . ${$this->x9de23->x1165->{$this->x9de23->x1165->x1787}} . ${$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x17a3}}} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x17e4}}} . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->x17e9}} . ${$this->xa7f39->x1187->x2db1}
);
if (${$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x1802}}}} == "") {
${$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x17fd}}} = $this->{$this->x03bb1->x1165->{$this->x9de23->x1165->x1251}}->{$this->xa7f39->x1165->x2193}(
${$this->x9de23->x1187->x2d8c} . ${$this->x9de23->x1187->{$this->xa7f39->x1187->x2da2}} . ${$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2dc7}}}}} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x17e4}}} . ${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x17eb}}} . ${$this->x9de23->x1165->{$this->xa7f39->x1165->x1792}}
);
}
if (${$this->x9de23->x1165->x1807} == "") {
${$this->x03bb1->x1165->{$this->x03bb1->x1165->x1809}} = $this->{$this->x03bb1->x1165->{$this->x9de23->x1165->x1251}}->{$this->xa7f39->x1165->x2193}(
${$this->xa7f39->x1165->x176d} . ${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x178e}}}} . ${$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2dc6}}}} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x17e5}}}} . ${$this->xa7f39->x1165->x17e6} . ${$this->x9de23->x1165->{$this->xa7f39->x1165->x1792}}
);
}
if (${$this->x03bb1->x1165->x17f4} == "") {
${$this->x03bb1->x1165->{$this->xa7f39->x1165->x17f9}} = $this->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x3267}}(
${$this->xa7f39->x1165->{$this->x9de23->x1165->x1770}} . ${$this->x9de23->x1187->{$this->xa7f39->x1187->x2da2}} . ${$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2dc5}}} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x17e4}}} . ${$this->x03bb1->x1187->{$this->x03bb1->x1187->x2e25}} . ${$this->x03bb1->x1165->x178f}
);
}
if (${$this->x03bb1->x1187->x2e39} == "") {
${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2e46}}}}} = $this->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x1c53}}}}(
${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->x2d90}}}} . ${$this->x03bb1->x1187->{$this->x9de23->x1187->x2dad}} . ${$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2dc6}}}} . ${$this->x03bb1->x1165->x17df} . ${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x2e26}}} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x1794}}}
);
}
${$this->x03bb1->x1165->{$this->xa7f39->x1165->x1629}}["bas" . ${$this->x9de23->x1187->x2e23} . ${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x2dbb}}}}] = $xbb3(
"{{unsecure_base_url}}",
${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2e46}}}}},
${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x2e33}}}
);
${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x162b}}}["version"] = ${$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x17be}}}};
$this->{$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x3218}}}(
"Module : " . ${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2b11}} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->x1738}}
);
$this->{$this->x03bb1->x1187->x3213}(
"activation key (config): " . ${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x162b}}}["ac" . ${$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1503}}}} . ${$this->x03bb1->x1187->x2b42} . ${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x2af3}}}} . ${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2afb}}]
);
$this->{$this->x9de23->x1165->x1bf9}(
"extension code (config): " . ${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x162f}}}}["ex" . ${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2da0}}}} . ${$this->x9de23->x1187->x2dcb} . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x17d1}}}} . ${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x17dc}}}]
);
$this->{$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x3218}}}(
"license code (config): " . ${$this->xa7f39->x1165->x1624}["ac" . ${$this->x03bb1->x1187->{$this->x9de23->x1187->x2b01}} . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x154a}}}}} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x14ee}}}} . ${$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2b6c}}}]
);
$this->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x1bfe}}}}(
"base url (config): " . ${$this->x03bb1->x1165->{$this->xa7f39->x1165->x1629}}["bas" . ${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x17eb}}} . ${$this->x03bb1->x1165->x178f}]
);
if (!$xcaa(
${$this->xa7f39->x1187->x2c38}[${$this->x03bb1->x1165->x1739}],
$xd00(
$xd00((string)${$this->xa7f39->x1165->x1624}[${$this->xa7f39->x1187->x2d7b}]) . $xd00(
(string)${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x162b}}}[${$this->x9de23->x1165->x1758}]
) . $xd00(
(string)${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2c3e}}}[${$this->x03bb1->x1187->x2d86}]
) . $xd00((string)${$this->x9de23->x1187->x2de6})
)
) && $xcf3(${$this->xa7f39->x1187->x2980}) && $xcf3(
${$this->x9de23->x1187->{$this->x9de23->x1187->x2985}}
)) {
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x170a}}} = ${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x2d42}}}} . $xcfe(
$xd00(${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x136b}}}),
${$this->x03bb1->x1187->x2d2d},
${$this->x03bb1->x1165->x16ef}
);
${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->x1702}}}}} += ${$this->xa7f39->x1187->x2d20};
}
if ($xcaa(
${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x162b}}}[${$this->x03bb1->x1165->x1739}],
$xd00(
$xd00(
(string)${$this->x03bb1->x1165->{$this->xa7f39->x1165->x1629}}[${$this->xa7f39->x1187->x2d7b}]
) . $xd00(
(string)${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2c3d}}[${$this->x9de23->x1165->{$this->xa7f39->x1165->x175c}}]
) . $xd00(
(string)${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2c3d}}[${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x176a}}}]
) . $xd00((string)${$this->x03bb1->x1165->x17b5})
)
) !== 0 && $xcf3(${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x136b}}})) {
$this->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x1bfe}}}}(
"license code (config) & license code do not match: removing license code (config)"
);
$this->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x3283}}(
$xc78(
${$this->xa7f39->x1165->x1509} . ${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x2d6a}}}
) . "/" . ${$this->xa7f39->x1187->{$this->x9de23->x1187->x2b1d}} . ${$this->x9de23->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1522}}} . ${$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x2b3b}}} . ${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->x2b05}}}} . ${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2b48}}} . ${$this->x9de23->x1165->{$this->x9de23->x1165->x14e9}} . ${$this->x03bb1->x1187->x2b63},
""
);
} else {
$this->{$this->x03bb1->x1187->{$this->x9de23->x1187->x3215}}(
"license code (config) & license code match"
);
if ($xcf3(${$this->xa7f39->x1165->{$this->x9de23->x1165->x1368}})) {
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x170a}}} = ${$this->x9de23->x1165->x1706} . $xcfe(
$xd00((string)${$this->xa7f39->x1165->x1367}),
${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->x1702}}}}},
${$this->x03bb1->x1165->x16ef}
);
${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2d35}}}} += ${$this->x03bb1->x1165->x16ef};
}
if ($xcaa(
${$this->xa7f39->x1187->x2c38}[${$this->x9de23->x1187->{$this->x03bb1->x1187->x2d70}}],
$xd00(
$xd00(
(string)${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2c3e}}}[${$this->xa7f39->x1187->x2d7b}]
) . $xd00(
(string)${$this->xa7f39->x1165->x1624}[${$this->x9de23->x1165->{$this->xa7f39->x1165->x175c}}]
) . $xd00(
(string)${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2c3d}}[${$this->x03bb1->x1187->x2d86}]
) . $xd00(
(string)${$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x17bc}}}
)
)
) && $xcf3(${$this->xa7f39->x1165->x1367})) {
foreach (${$this->x9de23->x1165->x13ec} as ${$this->x9de23->x1165->x1425}) {
if (isset(${$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x297b}}}}->{${$this->x9de23->x1187->x2a4d}})) {
${$this->xa7f39->x1187->{$this->xa7f39->x1187->x2977}}->{${$this->x9de23->x1165->x1425}} = ${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x1731}}}}};
}
}
} else {
if ($xcf3(${$this->xa7f39->x1187->x2980})) {
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x170a}}} = ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x1710}}}}} . $xcfe(
$xd00((string)${$this->xa7f39->x1165->x1367}),
${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->x1702}}}}},
${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->x2d26}}}
);
${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x16fb}}} += ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x16f2}}};
}
}
}
return ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x170a}}};
}
protected function setClassName($xd1a)
{
$xd17 = $this->xa7f39->x1187->x3481;
$this->{$this->xa7f39->x1187->{$this->x9de23->x1187->x28bb}} = $xd17(
${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2e52}}}
);
}
protected function getClassName()
{
return $this->{$this->xa7f39->x1187->{$this->x9de23->x1187->x28bb}};
}
protected function notice($xd46)
{
$xd3b = $this->x9de23->x1165->x1e7f;
$xd3f = $this->xa7f39->x1165->{$this->xa7f39->x1165->x1e9c};
${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x2e6c}}}} = "framework";
${$this->x03bb1->x1165->{$this->xa7f39->x1165->x182f}} = "core";
${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1844}}}} = "mageteam";
${$this->xa7f39->x1187->x2e80} = [
${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x2e6c}}}},
${$this->x03bb1->x1165->{$this->xa7f39->x1165->x182f}},
${$this->x03bb1->x1165->{$this->x03bb1->x1165->x183e}}
];
if (!$xd3b(
$xd3f($this->{$this->x03bb1->x1165->x1bee}()),
${$this->xa7f39->x1165->{$this->xa7f39->x1165->x184a}}
) && $this->{$this->x03bb1->x1187->x27d7}) {
$this->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x1287}}->{$this->x9de23->x1165->x220d}(
${$this->xa7f39->x1165->{$this->x9de23->x1165->x1820}}
);
}
}
public function getLogger()
{
return $this->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1288}}};
}
public function getFilePath($xd59, $xd6a = '/etc/module.xml')
{
$xd67 = $this->directoryReader->getModuleDir('', $xd59);
$xd64 = $this->readFactory->create($xd67);
if ($xd64->isFile($xd6a)) {
return $xd67 . $xd6a;
}
return false;
}
public function getPrefix($xdaf)
{
$xd89 = $this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x34ae}};
$xd94 = $this->x03bb1->x1165->{$this->xa7f39->x1165->x1eb2};
$xd9d = $this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1ec0}};
$xda2 = $this->xa7f39->x1187->x34d7;
${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->x2ec5}}} = $this->{$this->x03bb1->x1165->{$this->x9de23->x1165->x1271}}->{$this->x9de23->x1165->x2455}(
'wlp_' . ${$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x2eb9}}}}
);
if (${$this->xa7f39->x1165->x1888} === null) {
if ((${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1899}}}} = $this->{$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x323a}}}}}(
${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x187e}}},
'/etc/config.xml'
)) !== false) {
${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x18a2}}} = $xd89(
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x189a}}}}}
);
${$this->x9de23->x1187->x2ee3} = (array)${$this->x9de23->x1187->{$this->xa7f39->x1187->x2ed7}}->default->{$this->x9de23->x1165->x246a}(
);
$xd94(${$this->x9de23->x1165->x18a7});
${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x188f}}} = ($xd9d(
$xda2(${$this->x9de23->x1187->x2ee3}),
"wyomind_"
)) ? "wyomind_" : "";
} else {
${$this->x03bb1->x1187->x2ebe} = "";
}
$this->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x288b}}->{$this->x9de23->x1165->x247c}(
'wlp_' . ${$this->xa7f39->x1187->x2eaf},
${$this->xa7f39->x1165->{$this->x9de23->x1165->x188a}}
);
}
return ${$this->x9de23->x1187->{$this->x03bb1->x1187->x2ec2}};
}
public function sprintfArray($xdc8, $xdca)
{
$xdc2 = $this->x9de23->x1165->x1ed3;
$xdc3 = $this->x03bb1->x1165->{$this->x9de23->x1165->x1ee3};
return $xdc2(
"sprintf",
$xdc3(
(array)$this->{$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x11b4}}}[${$this->x9de23->x1165->x18ae}],
${$this->xa7f39->x1165->x18b9}
)
);
}
public function getFrameworkVersion()
{
return $this->{$this->x9de23->x1165->{$this->x9de23->x1165->x1236}}->{$this->x03bb1->x1165->x2490}(
"Wyomind_Framework"
)['setup_version'];
}
public function getStoreConfig($xde0, $xde5 = null)
{
${$this->x03bb1->x1187->{$this->x03bb1->x1187->x2f0e}} = \Magento\Store\Model\ScopeInterface::SCOPE_STORES;
if (!${$this->xa7f39->x1165->x18d2}) {
${$this->x9de23->x1165->x18de} = \Magento\Framework\App\Config\ScopeConfigInterface::SCOPE_TYPE_DEFAULT;
}
return $this->scopeConfig->{$this->x9de23->x1165->x20db}(
${$this->xa7f39->x1165->x18c1},
${$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x18e3}}}},
${$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x18db}}}
);
}
public function setStoreConfig($xdfb, $xdfe, $xe07 = 0, $xe0a = true)
{
${$this->x9de23->x1187->{$this->x03bb1->x1187->x2f3f}} = \Magento\Store\Model\ScopeInterface::SCOPE_STORES;
if (!${$this->x03bb1->x1165->{$this->xa7f39->x1165->x190f}}) {
${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->x1925}}}} = \Magento\Framework\App\Config\ScopeConfigInterface::SCOPE_TYPE_DEFAULT;
}
$this->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x11d4}}->{$this->x9de23->x1165->x24a2}(
${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x2f18}}},
${$this->x03bb1->x1165->x18f8},
${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x1926}}}}},
${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1912}}}
);
if (${$this->xa7f39->x1187->{$this->x9de23->x1187->x2f36}}) {
$this->{$this->x9de23->x1187->{$this->x03bb1->x1187->x289a}}->{$this->xa7f39->x1165->x24ad}(['config']);
}
}
public function getDefaultConfig($xe10)
{
return $this->scopeConfig->{$this->x9de23->x1165->x20db}(
${$this->x03bb1->x1187->x2f49},
\Magento\Framework\App\Config\ScopeConfigInterface::SCOPE_TYPE_DEFAULT
);
}
public function getStoreConfigUncrypted($xe1f)
{
return $this->{$this->x03bb1->x1187->x2851}->{$this->xa7f39->x1165->x218a}(
$this->scopeConfig->{$this->x9de23->x1165->x20db}(
${$this->x03bb1->x1187->x2f4f},
\Magento\Framework\App\Config\ScopeConfigInterface::SCOPE_TYPE_DEFAULT
)
);
}
public function setStoreConfigCrypted($xe34, $xe38, $xe3d = 0, $xe40 = true)
{
$this->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x11d7}}}}->{$this->x9de23->x1165->x24a2}(
${$this->x9de23->x1165->x193e},
$this->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x1247}}->{$this->x9de23->x1165->x24f8}(
${$this->xa7f39->x1187->x2f60}
),
\Magento\Framework\App\Config\ScopeConfigInterface::SCOPE_TYPE_DEFAULT,
${$this->xa7f39->x1187->{$this->xa7f39->x1187->x2f72}}
);
if (${$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1962}}}) {
$this->{$this->x03bb1->x1187->x2899}->{$this->xa7f39->x1165->x24ad}(['config']);
}
}
public function setDefaultConfig($xe51, $xe52, $xe55 = true)
{
$this->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x11d7}}}}->{$this->x9de23->x1165->x24a2}(
${$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x2f8d}}}}},
${$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x197b}}},
\Magento\Framework\App\Config\ScopeConfigInterface::SCOPE_TYPE_DEFAULT,
0
);
if (${$this->xa7f39->x1187->{$this->x03bb1->x1187->x2f99}}) {
$this->{$this->x9de23->x1187->{$this->x03bb1->x1187->x289a}}->{$this->xa7f39->x1165->x24ad}(['config']);
}
}
public function getDefaultConfigUncrypted($xe5e)
{
return $this->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x1247}}->{$this->xa7f39->x1165->x218a}(
$this->scopeConfig->{$this->x9de23->x1165->x20db}(
${$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1992}}},
\Magento\Framework\App\Config\ScopeConfigInterface::SCOPE_TYPE_DEFAULT
)
);
}
public function setDefaultConfigCrypted($xe6d, $xe71, $xe76 = true)
{
$this->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x11d6}}}->{$this->x9de23->x1165->x24a2}(
${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x2fb0}}}}},
$this->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x2855}}->{$this->x9de23->x1165->x24f8}(
${$this->x9de23->x1187->{$this->xa7f39->x1187->x2fb7}}
),
\Magento\Framework\App\Config\ScopeConfigInterface::SCOPE_TYPE_DEFAULT,
0
);
if (${$this->x9de23->x1165->{$this->x03bb1->x1165->x19a4}}) {
$this->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1275}}->{$this->xa7f39->x1165->x24ad}(['config']);
}
}
public function camelize($xe8a)
{
$xe87 = $this->xa7f39->x1187->x34ff;
$xe84 = $this->x03bb1->x1165->x1ef6;
return $xe87(" ", "", $xe84($xe87("_", " ", ${$this->xa7f39->x1187->x2fcf})));
}
public function cleanCache($xe93 = ['config'])
{
$this->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1275}}->{$this->xa7f39->x1165->x24ad}(
${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2fde}}}
);
}
public function isAdmin()
{
if ($this->{$this->x03bb1->x1187->x32b1}()) {
return true;
}
${$this->x03bb1->x1165->{$this->x9de23->x1165->x19c5}} = $this->{$this->x9de23->x1187->x2880}->{$this->xa7f39->x1165->x1fe7}(
'\Magento\Framework\App\State'
);
${$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x19d5}}}} = "";
try {
${$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x19d5}}}} = ${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2fe8}}->{$this->xa7f39->x1165->x2593}(
);
} catch (\Exception $e) {
}
if (${$this->x03bb1->x1165->x19cb} == \Magento\Backend\App\Area\FrontNameResolver::AREA_CODE) {
return true;
} else {
return false;
}
}
public function isCli()
{
$xeb1 = $this->xa7f39->x1187->x3518;
return $xeb1() === 'cli';
}
public function getMagentoVersion()
{
$xeba = $this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x352e}};
${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x19eb}}} = $xeba(
"-",
$this->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x11e5}}->{$this->x03bb1->x1165->x259f}()
);
if (${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x19ed}}}}[0] == "dev") {
return ${$this->x03bb1->x1187->{$this->x9de23->x1187->x300a}}[1];
}
return ${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x19ed}}}}[0];
}
public function getModuleVersion($xed2)
{
$xeda = $this->xa7f39->x1187->x3532;
${$this->xa7f39->x1165->x19fa} = $this->{$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1260}}}}->{$this->x9de23->x1165->x2427}(
'',
${$this->x9de23->x1165->{$this->x9de23->x1165->x19f3}}
);
${$this->x03bb1->x1165->x19fe} = $xeda(
${$this->x03bb1->x1187->{$this->x03bb1->x1187->x3023}} . "/etc/module.xml"
);
return (string)${$this->x9de23->x1165->{$this->x03bb1->x1165->x1a03}}->module['setup_version'];
}
public function checkActivation($x105a, $x105d = false)
{
$xf23 = $this->x03bb1->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1f42}}};
$xf27 = $this->xa7f39->x1165->x1f47;
$xfbb = $this->x9de23->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x355a}};
$xf42 = $this->x9de23->x1187->x3566;
$xfd8 = $this->xa7f39->x1165->x1f67;
$xfdd = $this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x3581}}}};
$xfe3 = $this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1f8e}};
${$this->xa7f39->x1187->x3049} = $this->{$this->x03bb1->x1165->{$this->x9de23->x1165->x1251}}->{$this->xa7f39->x1165->x2193}(
${$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1a0a}}}["config"] . "/license/extension_version"
);
${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x1a21}}} = $this->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x2855}}->{$this->xa7f39->x1165->x218a}(
$this->{$this->x9de23->x1187->{$this->x9de23->x1187->x2862}}->{$this->xa7f39->x1165->x2193}(
${$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1a0a}}}["config"] . "/license/activation_key"
)
);
if (${$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x305a}}} === "") {
${$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x305e}}}} = $this->{$this->xa7f39->x1187->x3255}(
${$this->xa7f39->x1187->x3030}["config"] . "/license/activation_key"
);
if (${$this->x9de23->x1165->x1a1c} != "") {
$xf23(${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x1a21}}});
if ($xf27() != JSON_ERROR_NONE || $xfbb(
(string)${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1a26}}}}},
0,
3
) == "0:2") {
$this->{$this->x9de23->x1187->{$this->x03bb1->x1187->x3292}}(
${$this->x03bb1->x1187->{$this->x9de23->x1187->x3035}}["config"] . "/license/activation_key",
${$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x305a}}}
);
}
}
}
if (${$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x305e}}}} != "") {
$xf23(${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x1a21}}});
if ($xf27() != JSON_ERROR_NONE || $xfbb(
(string)${$this->xa7f39->x1165->{$this->x9de23->x1165->x1a20}},
0,
3
) == "0:2") {
${$this->x9de23->x1165->x1a1c} = "";
$this->{$this->x9de23->x1165->x1c7d}(
${$this->x03bb1->x1165->{$this->x9de23->x1165->x1a07}}["config"] . "/license/activation_key",
${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1a25}}}}
);
}
}
${$this->x9de23->x1165->{$this->x03bb1->x1165->x1a2e}} = $this->{$this->x03bb1->x1187->x2851}->{$this->xa7f39->x1165->x218a}(
$this->{$this->x03bb1->x1187->x285d}->{$this->xa7f39->x1165->x2193}(
${$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1a0a}}}["config"] . "/license/activation_code"
)
);
${$this->x03bb1->x1165->x1a33} = $xf42(
" ",
"",
${$this->x03bb1->x1187->{$this->x9de23->x1187->x3035}}["namespace"]
);
${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->x307d}}}} = false;
if (${$this->xa7f39->x1165->{$this->x9de23->x1165->x1a17}} != "" && ${$this->xa7f39->x1165->x1a12} != ${$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1a0a}}}["version"]) {
$this->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x1bfe}}}}(
"------------------------------------------"
);
$this->{$this->x03bb1->x1187->{$this->x9de23->x1187->x3215}}(
"Checking registration of the license"
);
$this->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1bfd}}}(
"Upgrade " . ${$this->xa7f39->x1187->x3030}['label'] . " from " . ${$this->xa7f39->x1187->x3049} . " to " . ${$this->xa7f39->x1187->x3030}["version"]
);
$this->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1bfd}}}(
"Activation key: " . ${$this->xa7f39->x1165->{$this->x9de23->x1165->x1a20}}
);
${$this->xa7f39->x1187->x3080} = $this->{$this->x03bb1->x1165->{$this->x9de23->x1165->x126b}}->{$this->xa7f39->x1165->x1fe7}(
"\\Magento\\Backend\\Model\\Auth"
);
if (${$this->xa7f39->x1165->x1a53}->{$this->xa7f39->x1165->x2295}() != null) {
$this->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1bfd}}}(
"User: " . ${$this->x03bb1->x1165->{$this->xa7f39->x1165->x1a56}}->{$this->xa7f39->x1165->x2295}(
)->{$this->xa7f39->x1165->x22bd}()
);
}
$this->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1c6c}}(
${$this->x03bb1->x1165->{$this->x9de23->x1165->x1a07}}["config"] . "/license/activation_code",
""
);
$this->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x3283}}(
${$this->xa7f39->x1187->x3030}["config"] . "/license/extension_version",
${$this->x03bb1->x1187->{$this->x9de23->x1187->x3035}}["version"]
);
${$this->xa7f39->x1165->x1a60} = $this->{$this->xa7f39->x1187->{$this->x03bb1->x1187->x32e3}}(
${$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1a0a}}}["label"],
"upgrade",
[
${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x3052}}},
${$this->x03bb1->x1187->{$this->x9de23->x1187->x3035}}["version"],
${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x3075}}},
${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1a26}}}}}
]
);
$this->{$this->xa7f39->x1187->x27d0} = $this->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x126d}}}->{$this->xa7f39->x1165->x1fe7}(
"\\Magento\\Framework\\Session\\SessionManagerInterface"
);
$this->{$this->xa7f39->x1187->x27d0}->{$this->xa7f39->x1165->x26d9}(
"update_" . ${$this->x9de23->x1165->x1a06}["value"],
"true"
);
} else {
${$this->x03bb1->x1187->x30a6} = "TRIAL";
${$this->x03bb1->x1165->x1a70} = false;
${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x30c4}}}}} = -1;
if ($xfbb(
(string)${$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x305a}}},
0,
5
) == ${$this->x9de23->x1165->{$this->xa7f39->x1165->x1a6a}}) {
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x1a96}}} = $xfbb(
(string)${$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x305a}}},
24,
4
);
${$this->xa7f39->x1165->x1a9c} = $xfbb((string)${$this->x9de23->x1165->x1a1c}, 28, 2);
${$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x30e5}}} = $xfbb(
(string)${$this->xa7f39->x1165->{$this->x9de23->x1165->x1a20}},
30,
2
);
${$this->x9de23->x1165->x1aa9} = ${$this->xa7f39->x1187->{$this->x9de23->x1187->x30cb}} . "-" . ${$this->xa7f39->x1165->x1a9c} . "-" . ${$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x30e5}}};
${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x30bf}}} = $xfd8(
($xfdd((string)${$this->x03bb1->x1165->{$this->x9de23->x1165->x1aaa}}) - $xfe3()) / 3600 / 24
);
${$this->xa7f39->x1187->{$this->x9de23->x1187->x30b5}} = true;
}
if (${$this->xa7f39->x1165->{$this->x9de23->x1165->x1a20}} != "" && ${$this->x9de23->x1165->{$this->x03bb1->x1165->x1a2e}} == "") {
${$this->x03bb1->x1187->x3096} = $this->{$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x32e8}}}(
${$this->x03bb1->x1187->{$this->x9de23->x1187->x3035}}["label"],
"invalidated",
[
${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x3075}}},
${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1a26}}}}}
]
);
} elseif (${$this->x9de23->x1165->x1a29} == '') {
${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x30a4}}}} = $this->{$this->xa7f39->x1187->{$this->x03bb1->x1187->x32e3}}(
${$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1a0a}}}["label"],
"pending",
[${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x1a3f}}}}}]
);
} elseif (${$this->xa7f39->x1187->{$this->x9de23->x1187->x30b5}} && ${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x30c4}}}}} > 0) {
${$this->xa7f39->x1187->x30ea} = "";
${$this->x9de23->x1187->x30f4} = "green";
if (${$this->x9de23->x1165->x1a83} > 1) {
${$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1ab9}}}}} = "s";
}
if (${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x30c0}}}} < 4) {
${$this->x9de23->x1165->{$this->x03bb1->x1165->x1ac0}} = "red";
${$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1a64}}} = $this->{$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x32ed}}}}}(
${$this->x03bb1->x1187->{$this->x9de23->x1187->x3035}}["label"],
"trial_almost_expired",
[
${$this->x9de23->x1165->x1abe},
${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x30bf}}},
${$this->xa7f39->x1165->{$this->x03bb1->x1165->x1ab1}},
${$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x305e}}}}
]
);
} elseif (${$this->x9de23->x1165->x1a83}) {
${$this->x9de23->x1165->x1abe} = "orange";
${$this->xa7f39->x1165->x1a60} = $this->{$this->x9de23->x1165->{$this->x9de23->x1165->x1ccf}}(
${$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1a0a}}}["label"],
"trial",
[
${$this->x03bb1->x1187->{$this->xa7f39->x1187->x30f8}},
${$this->xa7f39->x1187->{$this->x9de23->x1187->x30bd}},
${$this->xa7f39->x1165->{$this->x03bb1->x1165->x1ab1}}
]
);
}
} elseif (${$this->x9de23->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x1a7e}}}}}) {
${$this->x03bb1->x1187->{$this->x9de23->x1187->x309b}} = $this->{$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x32ed}}}}}(
${$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1a0a}}}["label"],
"trial_expired",
[${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1a26}}}}}]
);
} else {
${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x307b}}} = true;
${$this->x03bb1->x1187->{$this->x9de23->x1187->x309b}} = $this->{$this->xa7f39->x1187->{$this->x03bb1->x1187->x32e3}}(
${$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1a0a}}}["label"],
"success"
);
}
}
if (${$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x3043}}}}) {
return ${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x30a0}}};
} else {
if (!${$this->x03bb1->x1187->{$this->xa7f39->x1187->x307a}}) {
$this->{$this->x9de23->x1187->x32d5}(
${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x30a0}}}
);
}
}
}
protected function addWarning($x106b)
{
$this->{$this->x9de23->x1165->{$this->xa7f39->x1165->x11a7}}[] = ${$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->x3101}}}};
}
protected function getMessage($x108e, $x107e, $x108d = [])
{
$x108b = $this->xa7f39->x1187->{$this->x9de23->x1187->x3596};
if (${$this->x9de23->x1165->x1adf}) {
${$this->x03bb1->x1165->x1af1} = $this->{$this->xa7f39->x1187->x3245}(
${$this->x9de23->x1187->{$this->xa7f39->x1187->x3110}},
${$this->x03bb1->x1187->x3117}
);
} else {
${$this->x9de23->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x1afa}}}} = $x108b(
" " . ${$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x3122}}}}
);
}
return "<b> Wyomind " . ${$this->xa7f39->x1187->x3102} . "</b> <br> " . ${$this->x03bb1->x1165->x1af1} . "";
}
public function getWarnings()
{
return $this->{$this->x9de23->x1165->{$this->xa7f39->x1165->x11a7}};
}
public function getValues()
{
$x10a4 = $this->x9de23->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->x35ab}}}};
$x10d6 = $this->xa7f39->x1165->x1fb1;
$x10ff = $this->xa7f39->x1187->x35bb;
$x1100 = $this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1fd2}};
$x1107 = $this->x03bb1->x1187->{$this->x9de23->x1187->x35d8};
${$this->x9de23->x1165->{$this->x9de23->x1165->x1aff}} = [];
${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x3147}}} = [];
if ($x10a4(
$this->{$this->x9de23->x1165->{$this->x9de23->x1165->x1202}} . "/vendor/wyomind/"
)) {
${$this->x03bb1->x1187->{$this->xa7f39->x1187->x3144}}[$this->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x1205}}} . "/vendor/wyomind/"] = $this->{$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x11f6}}}->{$this->xa7f39->x1165->x20c7}(
$this->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x1205}}} . "/vendor/wyomind/"
);
}
if ($x10a4(
$this->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x1205}}} . "/app/code/Wyomind/"
)) {
${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x314a}}}}[$this->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x1205}}} . "/app/code/Wyomind/"] = $this->{$this->x9de23->x1165->{$this->x9de23->x1165->x11f3}}->{$this->xa7f39->x1165->x20c7}(
$this->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x1205}}} . "/app/code/Wyomind/"
);
}
${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x1b1e}}}} = "framework";
${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x3160}}}}} = "core";
${$this->xa7f39->x1187->x3163} = "mageteam";
${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->x3173}}} = [
${$this->x9de23->x1187->{$this->xa7f39->x1187->x3151}},
${$this->xa7f39->x1187->{$this->xa7f39->x1187->x3155}},
${$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x1b2e}}}
];
foreach (${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x1b13}}}}} as ${$this->xa7f39->x1165->{$this->xa7f39->x1165->x1b3e}} => ${$this->xa7f39->x1165->x1b46}) {
${$this->xa7f39->x1165->{$this->xa7f39->x1165->x1b51}} = $this->{$this->x9de23->x1165->{$this->x9de23->x1165->x11f3}}->{$this->xa7f39->x1165->x20c7}(
${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x3181}}}}
);
foreach (
${$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x3191}}}->{$this->x9de23->x1165->x276c}(
) as ${$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x319b}}}
) {
if (!$x10d6(
$x10ff(${$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x319b}}}),
${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x3177}}}}
)) {
if (${$this->xa7f39->x1165->x1b4f}->{$this->x9de23->x1165->x277b}(
${$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->x319d}}}}
) && ${$this->xa7f39->x1165->x1b54} != && ${$this->xa7f39->x1165->x1b54} != "..") {
if (${$this->xa7f39->x1165->{$this->xa7f39->x1165->x1b51}}->{$this->x03bb1->x1165->x2448}(
${$this->x9de23->x1187->{$this->x03bb1->x1187->x3196}} . "/etc/config.xml"
)) {
${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->x31a4}}} = $x10ff(
$x1100("./", "", ${$this->x9de23->x1187->x3195})
);
${$this->x03bb1->x1165->x1b6b} = $x1107(
${$this->xa7f39->x1187->x317a} . ${$this->x9de23->x1187->x3195} . "/etc/module.xml"
);
${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->x31bc}}}} = ${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x31b4}}}->{$this->x9de23->x1165->x279f}(
'/config/module'
);
foreach (${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->x31bc}}}} as ${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x1b87}}}) {
${$this->x9de23->x1187->x31c4} = (string)${$this->x03bb1->x1165->x1b80}['name'];
${$this->xa7f39->x1165->x1b9c} = (string)${$this->x9de23->x1187->x31bd}['setup_version'];
}
if ($this->{$this->x03bb1->x1165->x27a8}(
${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x31cc}}}}
)) {
${$this->x03bb1->x1165->x1ba7} = $this->{$this->x03bb1->x1165->x1c19}(
${$this->x9de23->x1165->x1b8c}
);
${$this->x9de23->x1187->x31d7} = $this->{$this->x03bb1->x1165->x1c32}(
${$this->x9de23->x1165->{$this->xa7f39->x1165->x1bab}} . ${$this->x9de23->x1187->{$this->x9de23->x1187->x31a3}} . "/license/extension_label"
);
${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1b04}}}[] = [
"label" => ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1bb4}}},
"value" => ${$this->xa7f39->x1165->x1b54},
"version" => ${$this->x03bb1->x1187->x31cd},
"config" => ${$this->x9de23->x1165->{$this->xa7f39->x1165->x1bab}} . ${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1b66}}},
"namespace" => ${$this->x03bb1->x1187->{$this->xa7f39->x1187->x31c5}}
];
}
}
}
}
}
}
return ${$this->x03bb1->x1187->x313a};
}
}
/**
* The technical support is guaranteed for all modules proposed by Wyomind.
* The below code is obfuscated in order to protect the module's copyright as well as the integrity of the license and of the source code.
* The support cannot apply if modifications have been made to the original source code (https://wwwwyomindcom/terms-and-conditionshtml).
* Nonetheless, Wyomind remains available to answer any question you might have and find the solutions adapted to your needs.
* Feel free to contact our technical team from your Wyomind account in My account > My tickets.
* Copyright © 2025 WyomindAll rights reserved.
* See LICENSEtxt for license details.
*/
namespace Wyomind\Framework\Helper;
class License extends \Magento\Framework\App\Helper\AbstractHelper
{
public $x03bb1 = null;
public $x9de23 = null;
public $xa7f39 = null;
public $session;
const SOAP_URL = "https://wwwwyomindcom/service/license/soap";
const SOAP_URI = "https://wwwwyomindcom/";
protected $logEnabled = 0;
public $warnings = [];
protected $_messages = [
"ws_error" => "The Wyomind's license server encountered an errorPlease contact us.",
"ws_success" => "%s",
"ws_failure" => "%s",
"success" => "<span style='background-color:green; color:white; padding:2px 5px'>Your license is valid.</span>",
"pending" => "<span style='background-color:orange; color:white; padding:2px 5px'>Your license is not yet registered</span> please run <i>bin/magento wyomind:license:activate %s <your activation key></i>",
"upgrade" => "<span style='background-color:'orange; color:white; padding:2px 5px'>Extension upgrade from v%s to v%s</span> your license must be updated, please run <i>bin/magento wyomind:license:activate %s %s</i>",
"invalidated" => "<span style='background-color:red; color:white; padding:2px 5px'>Your license is invalidated</span> please run <i>bin/magento wyomind:license:activate %s %s</i>",
"trial" => "<span style='background-color:%s; color:white; padding:2px 5px'>Your trial license will expire in %s day%s</span></i>",
"trial_expired" => "<span style='background-color:red; color:white; padding:2px 5px'>Your trial license has expired.</span> It's time to purchase your life-time license on <a href='" . self::SOAP_URI . "/trial-licensehtml?ak=%s' target='_blank'>" . self::SOAP_URI . "</a></i>",
"trial_almost_expired" => "<span style='background-color:%s; color:white; padding:2px 5px'>Your trial license will expire in %s day%s</span> It's time to purchase your life-time license on <a href='" . self::SOAP_URI . "/trial-licensehtml?ak=%s' target='_blank'>" . self::SOAP_URI . "</a></i>",
];
protected $modelContext;
protected $modelConfig;
protected $productMetadata;
protected $readFactory;
protected $root;
protected $directoryList;
protected $request;
protected $moduleList;
protected $encryptor;
protected $configResourceModel;
protected $directoryReader;
protected $objectManager;
protected $registry;
protected $cacheManager;
protected $deploymentConfig;
protected $logger;
private $x128e;
public function __construct(
\Magento\Framework\ObjectManagerInterface $objectManager,
\Magento\Framework\App\Helper\Context $context
) {
/** @var \Magento\Framework\Model\Context $modelContext */
$modelContext = $objectManager->get("\Magento\Framework\Model\Context");
/** @var \Magento\Config\Model\ResourceModel\Config $modelConfig */
$modelConfig = $objectManager->get("\Magento\Config\Model\ResourceModel\Config");
/** @var \Magento\Framework\App\ProductMetadata $productMetadata */
$productMetadata = $objectManager->get("\Magento\Framework\App\ProductMetadata");
/** @var \Magento\Framework\Filesystem\Directory\ReadFactory $readFactory */
$readFactory = $objectManager->get("\Magento\Framework\Filesystem\Directory\ReadFactory");
/** @var \Magento\Framework\Module\Dir\Reader $directoryReader */
$directoryReader = $objectManager->get("\Magento\Framework\Module\Dir\Reader");
/** @var \Magento\Framework\Module\ModuleList $moduleList */
$moduleList = $objectManager->get("\Magento\Framework\Module\ModuleList");
/** @var \Magento\Framework\HTTP\PhpEnvironment\Request $request */
$request = $objectManager->get("\Magento\Framework\HTTP\PhpEnvironment\Request");
/** @var \Magento\Framework\Encryption\EncryptorInterface $encryptor */
$encryptor = $objectManager->get("\Magento\Framework\Encryption\EncryptorInterface");
/** @var \Wyomind\Framework\Model\ResourceModel\Config $configResourceModel */
$configResourceModel = $objectManager->get("\Wyomind\Framework\Model\ResourceModel\Config");
/** @var \Magento\Framework\Registry $registry */
$registry = $objectManager->get("\Magento\Framework\Registry");
$deploymentConfig = $objectManager->get('\Magento\Framework\App\DeploymentConfig');
parent::__construct($context);
$this->modelContext = $modelContext;
$this->modelConfig = $modelConfig;
$this->productMetadata = $productMetadata;
$this->readFactory = $readFactory;
/** @var \Magento\Framework\App\Filesystem\DirectoryList $directoryList */
$directoryList = $objectManager->get("\Magento\Framework\App\Filesystem\DirectoryList");
$this->root = $directoryList->getRoot();
$this->directoryList = $directoryList;
$this->request = $request;
$this->moduleList = $moduleList;
$this->encryptor = $encryptor;
$this->configResourceModel = $configResourceModel;
$this->directoryReader = $directoryReader;
$this->objectManager = $objectManager;
$this->registry = $registry;
$this->cacheManager = $modelContext->getCacheManager();
$this->deploymentConfig = $deploymentConfig;
$this->constructor($this, func_get_args(), __CLASS__);
try {
$this->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x128c}}}} = $objectManager->{$this->xa7f39->x1165->x20c7}(
"\\Wyomind\\Framework\\Log\\License"
);
$this->{$this->x03bb1->x1187->x27d7} = $context->{$this->x9de23->x1165->x20cd}(
)->{$this->x9de23->x1165->x20db}(
"framework/settings/log",
\Magento\Framework\App\Config\ScopeConfigInterface::SCOPE_TYPE_DEFAULT
) == "1";
} catch (\Exception $e) {
}
}
public function constructor($xcec, $xd02, $x762 = false)
{
$x330c = "explode";
$x331c = "get_class";
$x332a = "array_pop";
$x3333 = "md5";
$x3340 = "is_object";
$x334e = "class_exists";
$x3360 = "defined";
$x336b = "simplexml_load_file";
$x337e = "in_array";
$x338a = "substr";
$x3396 = "is_string";
$x33a3 = "property_exists";
$x33af = "stristr";
$x33b8 = "array_keys";
$x33c7 = "count";
$x33d1 = "strtolower";
$x33dc = "stripos";
$x33e8 = "array_search";
$x33fe = "array_map";
$x3406 = "str_replace";
$x3416 = "strpos";
$x3420 = "rand";
$x342c = "ceil";
$x343e = "strtotime";
$x3446 = "time";
$x3454 = "get_parent_class";
$x3464 = "strrpos";
$x346c = "implode";
$x3478 = "strcmp";
$x860 = "x";
$x309 = $x332a($x350);
if ($x309 == "Interceptor") {
$x309 = $x332a($x350);
}
$x443 = $x3333((string)$x309);
$x455 = $x860;
if ($x762 && !$x3340($x762)) {
$x455 = "x";
$x860 = "x";
}
$x34e = "getFilePath";
$x346 = "\\$\\" . $x455 . "\\Helper\\Delegate";
if ($x334e($x346) && $x3360($x346 . "::VERSION")) {
$x371 = $x346::VERSION;
} else {
if (($x35e = $this->$x34e(
"$_" . $x455,
"/etc/modulexml"
)) !== false) {
$x364 = $x336b($x35e);
}
$x371 = (string)$x364->module['setup_version'];
}
$x3f2 = $x3333((string)$x371);
$xce4 = [];
$x3f7 = 0;
for ($x3d8 = 0; $x3d8 < 3; $x3d8++) {
while ($x337e("x" . $x338a($x3f2, $x3f7, 2), $xce4)) {
$x3f7 += 2;
}
$xce4[] = "x" . $x338a($x3f2, $x3f7, 2);
}
$x3f7 = 0;
for ($x3d8 = 0; $x3d8 < 3; $x3d8++) {
while ($x337e("x" . $x338a($x3f2, $x3f7, 3), $xce4)) {
$x3f7 += 3;
}
$xce4[] = "x" . $x338a($x3f2, $x3f7, 3);
}
$x3f7 = 0;
for ($x3d8 = 0; $x3d8 < 3; $x3d8++) {
while ($x337e("x" . $x338a($x3f2, $x3f7, 5), $xce4)) {
$x3f7 += 5;
}
$xce4[] = "x" . $x338a($x3f2, $x3f7, 5);
}
$xce4[] = "x" . $x338a($x443, 0, 2);
$xce4[] = "x" . $x338a($x443, 2, 2);
$xce4[] = "x" . $x338a($x443, 4, 2);
$xce4[] = "x" . $x338a($x443, 0, 3);
$xce4[] = "x" . $x338a($x443, 3, 3);
$xce4[] = "x" . $x338a($x443, 6, 3);
$xce4[] = "x" . $x338a($x443, 0, 5);
$xce4[] = "x" . $x338a($x443, 5, 5);
$xce4[] = "x" . $x338a($x443, 10, 5);
$x46d = "\\Wyomind\\Framework\\Helper\\" . $x455;
$x45f = "\\Wyomind\\" . $x455 . "\\Helper\\" . $x455 . "";
$x48b = null;
if ($x334e($x45f)) {
$x48b = new $x45f();
} elseif ($x334e($x46d)) {
$x48b = new $x46d();
}
foreach ($xce4 as $xced) {
if (!$x3396($xd02)) {
if ($x33a3($xcec, $xced)) {
$xcec->$xced = $x48b;
}
}
}
$x7f2 = $this->xa7f39->x1187->{$this->xa7f39->x1187->x3313};
$x811 = $this->x9de23->x1187->{$this->xa7f39->x1187->x3326};
$x7f5 = $this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1d2a}}};
$xd00 = $this->x9de23->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x1d3c}};
$x75d = $this->x03bb1->x1187->x3345;
$x464 = $this->x03bb1->x1165->x1d4d;
$x33e = $this->x9de23->x1187->x3365;
$x35d = $this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x3378}}};
$x59c = $this->xa7f39->x1187->{$this->x9de23->x1187->x3384};
$xcfe = $this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1d82}};
$xcf3 = $this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1d8d}}};
$x47a = $this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x33ad}};
$x50a = $this->x9de23->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->x33b6}}};
$x531 = $this->x9de23->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->x33c5}}}};
$x54a = $this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1db9}}}};
$xc78 = $this->xa7f39->x1187->{$this->x9de23->x1187->x33d7};
$x568 = $this->xa7f39->x1165->{$this->x9de23->x1165->x1dcb};
$x5b7 = $this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x33f7}};
$x5c0 = $this->xa7f39->x1187->x33ff;
$xbb3 = $this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x3412}}};
$x7a8 = $this->x9de23->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x341d}};
$x617 = $this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x1e0c}};
$x6fa = $this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x1e1b}};
$x6fb = $this->x9de23->x1165->{$this->xa7f39->x1165->x1e2a};
$x700 = $this->x9de23->x1165->x1e33;
$x77f = $this->x03bb1->x1187->x3457;
$x78f = $this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x1e53}};
$x7fd = $this->xa7f39->x1165->{$this->x9de23->x1165->x1e5e};
$xcaa = $this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x347d}};
${$this->x9de23->x1165->x1431} = "Co";
${$this->x9de23->x1165->x1435} = "nt";
${$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2a6c}}}} = "ro";
${$this->xa7f39->x1165->x145a} = "ll";
${$this->x9de23->x1165->x1460} = "er";
${$this->xa7f39->x1165->{$this->x03bb1->x1165->x1469}} = "Ac";
${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x147c}}}} = "ti";
${$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x2a95}}} = "on";
${$this->xa7f39->x1165->{$this->xa7f39->x1165->x148b}} = "Pre";
${$this->x9de23->x1165->x148e} = "dis";
${$this->x9de23->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x14aa}}} = "patch";
${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2ab9}}} = ${$this->xa7f39->x1187->{$this->x03bb1->x1187->x2a59}} . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x1442}}}}} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x144e}}} . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->x145e}} . ${$this->xa7f39->x1165->{$this->x03bb1->x1165->x1465}} . ${$this->xa7f39->x1165->{$this->x03bb1->x1165->x1469}} . ${$this->xa7f39->x1165->{$this->x03bb1->x1165->x1476}} . ${$this->x03bb1->x1187->x2a8f} . ${$this->xa7f39->x1165->x1489} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->x1492}} . ${$this->xa7f39->x1165->x14a2};
${$this->x03bb1->x1187->x2abe} = $this->{$this->x9de23->x1187->x2886};
${$this->xa7f39->x1165->{$this->x03bb1->x1165->x14c2}} = "registry";
${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x14d3}}} = "register";
${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x2adf}}}} = "is_object";
${$this->xa7f39->x1187->x2ae5} = "get_class";
${$this->x03bb1->x1187->{$this->x9de23->x1187->x2aee}} = "on_";
${$this->x9de23->x1187->x2af6} = "key";
${$this->x9de23->x1187->x2b00} = "tiv";
${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x1511}}}} = $this->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x3240}}(
"Wyomind_" . ${$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x29a6}}}
);
${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->x151c}}} = "lic";
${$this->x03bb1->x1165->x151f} = "ens";
${$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2b33}}}} = "TRIAL";
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x1536}}}} = "e/ac";
${$this->xa7f39->x1165->{$this->xa7f39->x1165->x1545}} = "ati";
${$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x2b57}}} = "e/ex";
${$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2b6c}}} = "code";
${$this->x9de23->x1187->x2b6e} = "getDelegation";
${$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x2b7c}}} = "isAdmin";
${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x1576}}} = "isCli";
if ($x75d(${$this->x03bb1->x1165->x1370}) && $x50a(
${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->x2ae9}}}(
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x135d}}}
),
${$this->x03bb1->x1165->{$this->x03bb1->x1165->x14ad}}
)) {
if (!${$this->xa7f39->x1187->{$this->x9de23->x1187->x2ac0}}->${$this->xa7f39->x1187->{$this->x03bb1->x1187->x2ac6}}(
${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2ab9}}}
)) {
${$this->x9de23->x1165->{$this->x03bb1->x1165->x14ba}}->${$this->x03bb1->x1187->x2acb}(
${$this->x03bb1->x1187->{$this->x9de23->x1187->x2ab8}},
true
);
}
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1587}}}}} = ${$this->xa7f39->x1187->{$this->x9de23->x1187->x298a}}->{$this->x9de23->x1165->x20f1}(
);
${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x2ba6}}} = $x531(
$this->{$this->x03bb1->x1165->x2102}()
);
if (${$this->x9de23->x1187->{$this->xa7f39->x1187->x2b97}}->{$this->x9de23->x1165->x2112}(
) == "admin" && ${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2b9c}}}}->{$this->x03bb1->x1165->x211d}(
) == "system_config" && ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1587}}}}}->{$this->xa7f39->x1165->x212f}(
) == "edit") {
${$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x2bb6}}}} = ${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2b11}} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1583}}}->{$this->x03bb1->x1165->x2137}(
"section"
);
} else {
${$this->x9de23->x1165->x15af} = $this->{$this->x9de23->x1187->x2880}->{$this->xa7f39->x1165->x1fe7}(
'\Magento\Framework\App\Route\Config'
)->{$this->x9de23->x1165->x214e}(
${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->x2b9b}}}->{$this->x9de23->x1165->x2112}(
)
);
if ($x54a(${$this->x03bb1->x1165->{$this->x03bb1->x1165->x15b1}})) {
${$this->xa7f39->x1187->{$this->x9de23->x1187->x2baf}} = $xc78(
${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x2bbc}}}[0]
);
} else {
${$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x2bb6}}}} = ${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x1511}}}} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1587}}}}}->{$this->x9de23->x1165->x2112}(
);
}
}
if (${$this->xa7f39->x1165->x1509} == "" && $x568(
${$this->x9de23->x1165->x15a1},
"wyomind_"
) === false) {
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x15aa}}}}} = "wyomind_" . ${$this->xa7f39->x1187->{$this->x9de23->x1187->x2baf}};
}
${$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->x2bc8}}}} = "framework";
${$this->x9de23->x1165->x15ba} = "core";
${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x2bdc}}}}} = "mageteam";
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x15d6}}} = [
${$this->xa7f39->x1165->x15b4},
${$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x15c0}}},
${$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x15cd}}}
];
if ($x5b7(
$xc78(${$this->x9de23->x1165->x15a1}),
$x5c0(
'strtolower',
${$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x159c}}}}}
)
) !== false && !$x59c(
$xc78(${$this->xa7f39->x1187->{$this->x9de23->x1187->x2baf}}),
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x15d6}}}
)) {
${$this->x03bb1->x1187->{$this->x9de23->x1187->x2be6}} = $xbb3(
"_",
"\\",
${$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x159c}}}}}[$x5b7(
$xc78(${$this->x9de23->x1187->x2bae}),
$x5c0('strtolower', ${$this->xa7f39->x1165->{$this->x03bb1->x1165->x158f}})
)]
);
${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x2bf9}}}} = "\\" . ${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->x2bea}}} . "\\Helper" . $xcfe(
(string)${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x15e6}}},
$x7a8(
(string)${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2beb}}}},
"\\"
)
) . "";
${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x15e6}}} = $xcfe(
(string)${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2beb}}}},
$x7a8((string)${$this->x03bb1->x1187->x2be3}, "\\") + 1
);
${$this->x03bb1->x1187->x2c03} = false;
try {
${$this->xa7f39->x1187->{$this->xa7f39->x1187->x2c14}} = $this->{$this->x03bb1->x1165->{$this->x9de23->x1165->x126b}}->{$this->xa7f39->x1165->x20c7}(
${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2bf4}}}
);
} catch (\Exception $e) {
$this->{$this->x9de23->x1187->x3280}(
$xc78(
${$this->x9de23->x1187->x2b0c} . ${$this->xa7f39->x1165->{$this->x03bb1->x1165->x15e1}}
) . "/" . ${$this->xa7f39->x1165->{$this->x9de23->x1165->x1517}} . ${$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x1524}}}} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->x1533}} . ${$this->x9de23->x1187->x2b00} . ${$this->x03bb1->x1187->x2b42} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x14ec}}} . ${$this->x03bb1->x1187->x2b63},
""
);
${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->x2c0a}}} = true;
${$this->x03bb1->x1165->x15fb} = $this;
}
${$this->x03bb1->x1165->{$this->x03bb1->x1165->x160d}} = $xd00((string)$x617());
${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2c31}}} = "";
${$this->xa7f39->x1187->{$this->xa7f39->x1187->x2c36}} = false;
${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2c3d}}["ac" . ${$this->x9de23->x1165->x14f5} . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1547}}}} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x14ec}}} . ${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2afe}}}] = $this->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x2855}}->{$this->xa7f39->x1165->x218a}(
$this->{$this->x03bb1->x1165->{$this->x9de23->x1165->x1251}}->{$this->xa7f39->x1165->x2193}(
$xc78(
${$this->x9de23->x1187->x2b0c} . ${$this->xa7f39->x1165->{$this->x03bb1->x1165->x15e1}}
) . "/" . ${$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x2b1f}}} . ${$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x1524}}}} . ${$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2b3e}}}} . ${$this->x03bb1->x1187->{$this->x9de23->x1187->x2b01}} . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1546}}} . ${$this->x9de23->x1165->{$this->x9de23->x1165->x14e9}} . ${$this->x9de23->x1187->x2af6}
)
);
if (${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2c3d}}["ac" . ${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->x2b05}}}} . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x154a}}}}} . ${$this->xa7f39->x1187->x2aeb} . ${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2afb}}] == "") {
${$this->xa7f39->x1165->x1624}["ac" . ${$this->x03bb1->x1187->{$this->x9de23->x1187->x2b01}} . ${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x2b4e}}}}} . ${$this->x03bb1->x1187->{$this->x9de23->x1187->x2aee}} . ${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2afb}}] = $this->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x1c76}}}(
$xc78(
${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1512}}}}} . ${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2beb}}}}
) . "/" . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->x151c}}} . ${$this->x03bb1->x1187->x2b23} . ${$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2b3e}}}} . ${$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x1508}}}}} . ${$this->x9de23->x1187->{$this->x9de23->x1187->x2b45}} . ${$this->x9de23->x1165->{$this->x9de23->x1165->x14e9}} . ${$this->x9de23->x1187->x2af6}
);
}
if ($xcfe(
(string)${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x162b}}}["ac" . ${$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1503}}}} . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1547}}}} . ${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x2af3}}}} . ${$this->x9de23->x1165->x14f0}],
0,
5
) == ${$this->x9de23->x1187->x2b2d}) {
${$this->xa7f39->x1165->x1633} = $xcfe(
(string)${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x162f}}}}["ac" . ${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2b07}}}}} . ${$this->x9de23->x1187->{$this->x9de23->x1187->x2b45}} . ${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2af0}}} . ${$this->x9de23->x1165->x14f0}],
24,
4
);
${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x1642}}} = $xcfe(
(string)${$this->x03bb1->x1165->{$this->xa7f39->x1165->x1629}}["ac" . ${$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x1508}}}}} . ${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x2b4e}}}}} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x14ec}}} . ${$this->x9de23->x1165->x14f0}],
28,
2
);
${$this->x9de23->x1187->{$this->xa7f39->x1187->x2c53}} = $xcfe(
(string)${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x162f}}}}["ac" . ${$this->x03bb1->x1165->{$this->xa7f39->x1165->x14fa}} . ${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2b48}}} . ${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2af0}}} . ${$this->x9de23->x1165->{$this->xa7f39->x1165->x14f2}}],
30,
2
);
${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2c5b}} = ${$this->xa7f39->x1187->x2c42} . "-" . ${$this->xa7f39->x1165->x163b} . "-" . ${$this->xa7f39->x1187->x2c51};
${$this->xa7f39->x1165->x1619} = (0 >= $x6fa(
($x6fb(
${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x1654}}}}
) - $x700()) / 3600 / 24
));
}
${$this->xa7f39->x1187->{$this->xa7f39->x1187->x2c69}} = "setRedirect";
${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->x1665}}} = "getResponse";
${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x2c7a}}}} = "getRequest";
${$this->xa7f39->x1165->{$this->x03bb1->x1165->x1670}} = "setDispatched";
${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1614}}} = $this->{$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x1be1}}}}(
${$this->x9de23->x1187->x2c12},
${$this->xa7f39->x1165->x160c}
);
if (${$this->xa7f39->x1187->x2c2b} != $xd00(
(string)${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2c26}}
) || ${$this->xa7f39->x1165->x15f6} || ${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->x1620}}}) {
${$this->x03bb1->x1187->{$this->x9de23->x1187->x2c8a}} = ${$this->xa7f39->x1187->x2987}->{$this->x03bb1->x1165->x21b5}(
);
${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x2c9b}}} = ${$this->x03bb1->x1187->x2974}->url->{$this->x03bb1->x1165->x21c6}(
"wyomind_framework/license/manager",
["module" => ${$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x2bb3}}}]
);
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x1678}}}->${$this->x9de23->x1187->{$this->x9de23->x1187->x2c76}}(
)->${$this->xa7f39->x1165->{$this->x03bb1->x1165->x1670}}(
true
);
${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2c8f}}}}->${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->x1665}}}(
)->${$this->xa7f39->x1187->{$this->xa7f39->x1187->x2c69}}(
${$this->x03bb1->x1187->x2c92}
);
} else {
return;
}
}
}
if (${$this->xa7f39->x1165->{$this->xa7f39->x1165->x14dd}}(${$this->xa7f39->x1187->x2980})) {
${$this->x9de23->x1187->x2ca1} = ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x136b}}}->${$this->xa7f39->x1165->x155a}(
);
${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2cb3}}} = ${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->x2ae9}}}(
${$this->xa7f39->x1187->{$this->xa7f39->x1187->x2977}}
);
if (!empty(${$this->xa7f39->x1187->x2987}) && !$x75d(${$this->x03bb1->x1165->x1370})) {
${$this->x9de23->x1187->x2cb0} = ${$this->xa7f39->x1187->x2987};
}
${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->x2cbd}}} = $x77f(
${$this->x9de23->x1165->{$this->xa7f39->x1165->x1358}}
);
while (!isset(${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->x2ca9}}}[${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2cb3}}}]) && !empty(${$this->xa7f39->x1165->x1698})) {
${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x2cb8}}}} = ${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2cbf}}}};
${$this->xa7f39->x1165->x1698} = $x77f(
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x1694}}}
);
}
${$this->xa7f39->x1165->{$this->xa7f39->x1165->x16a8}} = $xcfe(
(string)${$this->x03bb1->x1165->x168d},
$x78f(
(string)${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1696}}}},
'\\'
) + 1
);
${$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2cd9}}}} = ${$this->x03bb1->x1165->{$this->xa7f39->x1165->x1689}}[${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x1694}}}];
${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->x2cea}}}} = !$this->${$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->x2b83}}}}}(
) || $this->${$this->xa7f39->x1165->x156e}();
${$this->xa7f39->x1187->{$this->x03bb1->x1187->x2ce5}} |= $x7a8(
$this->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1228}}->{$this->x9de23->x1165->x21d9}(),
'gridTo'
) !== false;
${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->x2cea}}}} |= $this->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x122e}}}}->{$this->x03bb1->x1165->x2137}(
'isAjax'
) == "true";
if (${$this->xa7f39->x1165->x14b6}->${$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x14c7}}}}}(
${$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x14b3}}}}
) === true || ${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2ce6}}} || ${$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x2cc8}}} == "AbstractAction") {
if (${$this->x9de23->x1165->x16a6} == "AbstractAction") {
if (!${$this->xa7f39->x1187->{$this->x9de23->x1187->x2ac0}}->${$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x14c5}}}}(
${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x2abd}}}}
)) {
${$this->xa7f39->x1187->{$this->x9de23->x1187->x2ac0}}->${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x14d6}}}}(
${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x2abd}}}},
true
);
}
}
foreach (${$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x16ae}}} as ${$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->x16ca}}}} => ${$this->x9de23->x1187->x2cf8}) {
${$this->xa7f39->x1187->{$this->xa7f39->x1187->x2977}}->${$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->x16ca}}}} = $this->{$this->x9de23->x1187->x2880}->{$this->xa7f39->x1165->x1fe7}(
${$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2d01}}}
);
}
}
}
if (!$this->${$this->xa7f39->x1187->{$this->x9de23->x1187->x2b78}}(
) || $this->${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1577}}}}(
)) {
return;
}
$this->{$this->x03bb1->x1165->x1be2}(
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x1362}}}}
);
$this->{$this->x03bb1->x1187->x3213}(
"------------------------------------------"
);
$this->{$this->x9de23->x1165->x1bf9}(
"Checking current registration of the license"
);
${$this->x03bb1->x1165->{$this->x03bb1->x1165->x16da}} = $x7f2(
'/',
$this->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->x122d}}}->{$this->x9de23->x1165->x2230}(
)
);
$x7f5(${$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x16df}}});
${$this->xa7f39->x1187->{$this->x03bb1->x1187->x2d08}} = $x7fd('/', ${$this->x03bb1->x1187->x2d06});
if (${$this->x03bb1->x1165->{$this->x03bb1->x1165->x16da}} == "") {
$this->{$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x3218}}}("CLI");
} else {
$this->{$this->x9de23->x1165->x1bf9}(
"Uri: " . ${$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->x2d13}}}}}
);
$this->{$this->x03bb1->x1187->x3213}(
"IP: " . $this->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x122e}}}}->{$this->xa7f39->x1165->x227d}(
)
);
${$this->x03bb1->x1165->x16e0} = $this->{$this->x9de23->x1187->x2880}->{$this->xa7f39->x1165->x1fe7}(
"\\Magento\\Backend\\Model\\Auth"
);
if (${$this->xa7f39->x1187->x2d18}->{$this->xa7f39->x1165->x2295}() != null) {
$this->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1bfd}}}(
"User: " . ${$this->x03bb1->x1187->{$this->x9de23->x1187->x2d1b}}->{$this->xa7f39->x1165->x2295}(
)->{$this->xa7f39->x1165->x22bd}()
);
}
}
$this->{$this->x03bb1->x1187->{$this->x9de23->x1187->x3215}}(
"Class: " . $x811(${$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2978}}})
);
${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->x2d26}}} = "2";
${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2d35}}}} = 0;
${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x2d3e}}} = "";
if ($xcf3(${$this->x9de23->x1187->{$this->x9de23->x1187->x2985}})) {
${$this->x9de23->x1165->{$this->x9de23->x1165->x1708}} = ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x170a}}} . $xcfe(
$xd00((string)${$this->xa7f39->x1187->x2980}),
${$this->x03bb1->x1165->{$this->x03bb1->x1165->x16f9}},
${$this->x03bb1->x1165->x16ef}
);
${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2d39}}}}} += ${$this->x9de23->x1187->{$this->xa7f39->x1187->x2d24}};
}
${$this->xa7f39->x1165->x1712} = "trigger_error";
if ($xcf3(${$this->x9de23->x1187->{$this->x9de23->x1187->x2985}})) {
${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x2d3e}}} = ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x170d}}}} . $xcfe(
$xd00((string)${$this->xa7f39->x1165->x1367}),
${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2d35}}}},
${$this->xa7f39->x1187->x2d20}
);
${$this->x03bb1->x1187->x2d2d} += ${$this->x03bb1->x1165->x16ef};
}
${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x2d54}}}} = "version";
${$this->x9de23->x1165->{$this->x03bb1->x1165->x1728}} = "null";
${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2d6c}}}} = ${$this->x9de23->x1165->{$this->xa7f39->x1165->x1383}};
if ($xcf3(${$this->xa7f39->x1165->x1367})) {
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x170d}}}} = ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x170a}}} . $xcfe(
$xd00((string)${$this->xa7f39->x1187->x2980}),
${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x16fd}}}},
${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x16f2}}}
);
${$this->x03bb1->x1187->x2d2d} += ${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x2d28}}}};
}
${$this->xa7f39->x1165->{$this->x03bb1->x1165->x173e}} = "activation_code";
${$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x174b}}} = "activation_key";
${$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1762}}}} = "base_url";
${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x176a}}} = "extension_code";
if ($xcf3(${$this->xa7f39->x1187->x2980})) {
${$this->x9de23->x1165->x1706} = ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x1710}}}}} . $xcfe(
$xd00((string)${$this->xa7f39->x1165->x1367}),
${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2d33}}},
${$this->xa7f39->x1165->{$this->x03bb1->x1165->x16f1}}
);
${$this->x9de23->x1187->{$this->xa7f39->x1187->x2d32}} += ${$this->x03bb1->x1165->x16ef};
}
${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2d95}}}}} = "web";
if ($xcf3(${$this->xa7f39->x1165->{$this->x9de23->x1165->x1368}})) {
${$this->x9de23->x1187->x2d3c} = ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x1710}}}}} . $xcfe(
$xd00((string)${$this->x9de23->x1187->{$this->x9de23->x1187->x2985}}),
${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2d35}}}},
${$this->xa7f39->x1187->x2d20}
);
${$this->x03bb1->x1187->x2d2d} += ${$this->x9de23->x1187->{$this->xa7f39->x1187->x2d24}};
}
${$this->x03bb1->x1187->{$this->x03bb1->x1187->x2d9c}} = "ten";
${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x1780}}}} = "/sec";
${$this->x9de23->x1165->{$this->x9de23->x1165->x1787}} = "/unsec";
${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2dbf}}}}} = "rl";
${$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x17a3}}} = "ure";
${$this->x9de23->x1187->{$this->xa7f39->x1187->x2dcd}} = "sio";
${$this->x03bb1->x1165->{$this->x03bb1->x1165->x17af}} = $this->{$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x123a}}}}->{$this->xa7f39->x1165->x22da}(
);
${$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2de4}}} = ${$this->xa7f39->x1187->{$this->x9de23->x1187->x2de0}}["Wyomind_" . ${$this->x9de23->x1165->x1735}];
${$this->x03bb1->x1165->x17b5} = ${$this->xa7f39->x1187->{$this->x9de23->x1187->x2de0}}["setup_" . ${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x2d54}}}}];
if ($xcf3(${$this->xa7f39->x1165->{$this->x9de23->x1165->x1368}})) {
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x170d}}}} = ${$this->x9de23->x1165->{$this->x9de23->x1165->x1708}} . $xcfe(
$xd00((string)${$this->xa7f39->x1165->x1367}),
${$this->xa7f39->x1165->x16f6},
${$this->x9de23->x1187->{$this->xa7f39->x1187->x2d24}}
);
${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->x1702}}}}} += ${$this->x03bb1->x1165->x16ef};
}
${$this->x03bb1->x1165->x17c1} = "flag";
if ($xcf3(${$this->x9de23->x1187->{$this->x9de23->x1187->x2985}})) {
${$this->x9de23->x1165->{$this->x9de23->x1165->x1708}} = ${$this->x9de23->x1165->{$this->x9de23->x1165->x1708}} . $xcfe(
$xd00((string)${$this->xa7f39->x1165->x1367}),
${$this->x03bb1->x1187->x2d2d},
${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->x2d26}}}
);
${$this->xa7f39->x1165->x16f6} += ${$this->x9de23->x1187->{$this->xa7f39->x1187->x2d24}};
}
${$this->xa7f39->x1165->{$this->x9de23->x1165->x17cb}} = "n_c";
if ($xcf3(${$this->xa7f39->x1187->x2980})) {
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x170d}}}} = ${$this->x9de23->x1187->x2d3c} . $xcfe(
$xd00((string)${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x136b}}}),
${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->x1702}}}}},
${$this->xa7f39->x1187->x2d20}
);
${$this->x03bb1->x1165->{$this->x03bb1->x1165->x16f9}} += ${$this->xa7f39->x1187->x2d20};
}
if ($xcf3(${$this->xa7f39->x1165->x1367})) {
${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x2d3e}}} = ${$this->x9de23->x1187->{$this->xa7f39->x1187->x2d3d}} . $xcfe(
$xd00((string)${$this->x9de23->x1187->{$this->x9de23->x1187->x2985}}),
${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x16fb}}},
${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x16f2}}}
);
${$this->xa7f39->x1165->x16f6} += ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x16f2}}};
}
${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2e12}}} = "ode";
if ($xcf3(${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x136b}}})) {
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x170d}}}} = ${$this->x9de23->x1165->{$this->x9de23->x1165->x1708}} . $xcfe(
$xd00((string)${$this->xa7f39->x1165->x1367}),
${$this->xa7f39->x1165->x16f6},
${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->x2d26}}}
);
${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2d33}}} += ${$this->xa7f39->x1187->x2d20};
}
${$this->x03bb1->x1165->x17df} = "/bas";
if ($xcf3(${$this->xa7f39->x1165->{$this->x9de23->x1165->x1368}})) {
${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x2d42}}}} = ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x170d}}}} . $xcfe(
$xd00((string)${$this->xa7f39->x1187->x2980}),
${$this->x03bb1->x1165->{$this->x03bb1->x1165->x16f9}},
${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x2d28}}}}
);
${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x16fb}}} += ${$this->xa7f39->x1165->{$this->x03bb1->x1165->x16f1}};
}
${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x2e2b}}}} = "e_u";
if ($xcf3(${$this->x9de23->x1187->{$this->x9de23->x1187->x2985}})) {
${$this->x9de23->x1187->x2d3c} = ${$this->x9de23->x1187->{$this->xa7f39->x1187->x2d3d}} . $xcfe(
$xd00((string)${$this->x9de23->x1187->{$this->x9de23->x1187->x2985}}),
${$this->xa7f39->x1165->x16f6},
${$this->x03bb1->x1165->x16ef}
);
${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2d33}}} += ${$this->x9de23->x1187->{$this->xa7f39->x1187->x2d24}};
}
if ($xcf3(${$this->xa7f39->x1165->x1367})) {
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x170a}}} = ${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x2d42}}}} . $xcfe(
$xd00((string)${$this->xa7f39->x1187->x2980}),
${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2d39}}}}},
${$this->x9de23->x1187->{$this->xa7f39->x1187->x2d24}}
);
${$this->x9de23->x1187->{$this->xa7f39->x1187->x2d32}} += ${$this->x03bb1->x1165->x16ef};
}
${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2c3e}}}["ac" . ${$this->x03bb1->x1187->{$this->x9de23->x1187->x2b01}} . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->x1545}} . ${$this->xa7f39->x1187->x2aeb} . ${$this->x9de23->x1187->x2af6}] = $this->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x1247}}->{$this->xa7f39->x1165->x218a}(
$this->{$this->x03bb1->x1165->{$this->x9de23->x1165->x1251}}->{$this->xa7f39->x1165->x2193}(
$xc78(
${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2b11}} . ${$this->x03bb1->x1187->{$this->x03bb1->x1187->x2d66}}
) . "/" . ${$this->xa7f39->x1187->{$this->x9de23->x1187->x2b1d}} . ${$this->x03bb1->x1187->x2b23} . ${$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x2b3b}}} . ${$this->x9de23->x1187->x2b00} . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1546}}} . ${$this->x9de23->x1165->x14e7} . ${$this->x9de23->x1165->{$this->xa7f39->x1165->x14f2}}
)
);
if (${$this->xa7f39->x1165->x1624}["ac" . ${$this->x03bb1->x1187->{$this->x9de23->x1187->x2b01}} . ${$this->x9de23->x1187->{$this->x9de23->x1187->x2b45}} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x14ec}}} . ${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2afe}}}] == "") {
${$this->x03bb1->x1165->{$this->xa7f39->x1165->x1629}}["ac" . ${$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x1508}}}}} . ${$this->xa7f39->x1165->x1540} . ${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x2af3}}}} . ${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2afb}}] = $this->{$this->x03bb1->x1165->x1c70}(
$xc78(
${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1512}}}}} . ${$this->x9de23->x1165->x1735}
) . "/" . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->x151c}}} . ${$this->x03bb1->x1187->{$this->x9de23->x1187->x2b25}} . ${$this->x03bb1->x1165->x1532} . ${$this->x03bb1->x1165->{$this->xa7f39->x1165->x14fa}} . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->x1545}} . ${$this->x9de23->x1165->{$this->x9de23->x1165->x14e9}} . ${$this->x9de23->x1165->{$this->xa7f39->x1165->x14f2}}
);
}
${$this->x03bb1->x1165->{$this->xa7f39->x1165->x1629}}["ex" . ${$this->xa7f39->x1187->x2d97} . ${$this->x9de23->x1187->{$this->xa7f39->x1187->x2dcd}} . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->x17cc}}} . ${$this->x9de23->x1165->x17d6}] = $this->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x1c4a}}(
$xc78(
${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1512}}}}} . ${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2d6c}}}}
) . "/" . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->x151c}}} . ${$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x1524}}}} . ${$this->x03bb1->x1187->x2b50} . ${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2da0}}}} . ${$this->x03bb1->x1165->{$this->xa7f39->x1165->x17a8}} . ${$this->xa7f39->x1165->{$this->x9de23->x1165->x17cb}} . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->x17d9}}
);
${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2c3d}}["ac" . ${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2b07}}}}} . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x154a}}}}} . ${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x2af3}}}} . ${$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2b6c}}}] = $this->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x1247}}->{$this->xa7f39->x1165->x218a}(
$this->{$this->x03bb1->x1165->{$this->x9de23->x1165->x1251}}->{$this->xa7f39->x1165->x2193}(
$xc78(
${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2b11}} . ${$this->xa7f39->x1187->x2d62}
) . "/" . ${$this->xa7f39->x1187->{$this->x9de23->x1187->x2b1d}} . ${$this->x03bb1->x1165->x151f} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x1535}}} . ${$this->x9de23->x1187->x2b00} . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x154a}}}}} . ${$this->x9de23->x1165->x14e7} . ${$this->x03bb1->x1165->x1558}
)
);
if (${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x162f}}}}["ac" . ${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2b04}}} . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x154a}}}}} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x14ee}}}} . ${$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2b6c}}}] == "") {
${$this->x03bb1->x1165->{$this->xa7f39->x1165->x1629}}["ac" . ${$this->x03bb1->x1165->{$this->xa7f39->x1165->x14fa}} . ${$this->x03bb1->x1187->x2b42} . ${$this->x9de23->x1165->x14e7} . ${$this->xa7f39->x1187->{$this->x03bb1->x1187->x2b68}}] = $this->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x328c}}(
$xc78(
${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2b11}} . ${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x2d6a}}}
) . "/" . ${$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x2b1f}}} . ${$this->x9de23->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1522}}} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->x1533}} . ${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2b04}}} . ${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2b4b}}}} . ${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x2af3}}}} . ${$this->x03bb1->x1187->x2b63}
);
}
${$this->x03bb1->x1165->x17f4} = $this->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1279}}->{$this->xa7f39->x1165->x1fe7}(
"system/default/" . ${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->x2d8f}}} . ${$this->x9de23->x1165->x1778} . ${$this->xa7f39->x1187->x2dc1} . ${$this->x9de23->x1187->x2e1b} . ${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x2e26}}} . ${$this->xa7f39->x1187->x2db1}
);
${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2e3a}} = $this->{$this->x03bb1->x1187->x28a1}->{$this->xa7f39->x1165->x1fe7}(
"system/default/" . ${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2d95}}}}} . ${$this->x9de23->x1165->{$this->x9de23->x1165->x1787}} . ${$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x17a3}}} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x17e4}}} . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->x17e9}} . ${$this->xa7f39->x1187->x2db1}
);
if (${$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x1802}}}} == "") {
${$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x17fd}}} = $this->{$this->x03bb1->x1165->{$this->x9de23->x1165->x1251}}->{$this->xa7f39->x1165->x2193}(
${$this->x9de23->x1187->x2d8c} . ${$this->x9de23->x1187->{$this->xa7f39->x1187->x2da2}} . ${$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2dc7}}}}} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x17e4}}} . ${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x17eb}}} . ${$this->x9de23->x1165->{$this->xa7f39->x1165->x1792}}
);
}
if (${$this->x9de23->x1165->x1807} == "") {
${$this->x03bb1->x1165->{$this->x03bb1->x1165->x1809}} = $this->{$this->x03bb1->x1165->{$this->x9de23->x1165->x1251}}->{$this->xa7f39->x1165->x2193}(
${$this->xa7f39->x1165->x176d} . ${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x178e}}}} . ${$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2dc6}}}} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x17e5}}}} . ${$this->xa7f39->x1165->x17e6} . ${$this->x9de23->x1165->{$this->xa7f39->x1165->x1792}}
);
}
if (${$this->x03bb1->x1165->x17f4} == "") {
${$this->x03bb1->x1165->{$this->xa7f39->x1165->x17f9}} = $this->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x3267}}(
${$this->xa7f39->x1165->{$this->x9de23->x1165->x1770}} . ${$this->x9de23->x1187->{$this->xa7f39->x1187->x2da2}} . ${$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2dc5}}} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x17e4}}} . ${$this->x03bb1->x1187->{$this->x03bb1->x1187->x2e25}} . ${$this->x03bb1->x1165->x178f}
);
}
if (${$this->x03bb1->x1187->x2e39} == "") {
${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2e46}}}}} = $this->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x1c53}}}}(
${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->x2d90}}}} . ${$this->x03bb1->x1187->{$this->x9de23->x1187->x2dad}} . ${$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2dc6}}}} . ${$this->x03bb1->x1165->x17df} . ${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x2e26}}} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x1794}}}
);
}
${$this->x03bb1->x1165->{$this->xa7f39->x1165->x1629}}["bas" . ${$this->x9de23->x1187->x2e23} . ${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x2dbb}}}}] = $xbb3(
"{{unsecure_base_url}}",
${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2e46}}}}},
${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x2e33}}}
);
${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x162b}}}["version"] = ${$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x17be}}}};
$this->{$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x3218}}}(
"Module : " . ${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2b11}} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->x1738}}
);
$this->{$this->x03bb1->x1187->x3213}(
"activation key (config): " . ${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x162b}}}["ac" . ${$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1503}}}} . ${$this->x03bb1->x1187->x2b42} . ${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x2af3}}}} . ${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2afb}}]
);
$this->{$this->x9de23->x1165->x1bf9}(
"extension code (config): " . ${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x162f}}}}["ex" . ${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2da0}}}} . ${$this->x9de23->x1187->x2dcb} . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x17d1}}}} . ${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x17dc}}}]
);
$this->{$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x3218}}}(
"license code (config): " . ${$this->xa7f39->x1165->x1624}["ac" . ${$this->x03bb1->x1187->{$this->x9de23->x1187->x2b01}} . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x154a}}}}} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x14ee}}}} . ${$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2b6c}}}]
);
$this->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x1bfe}}}}(
"base url (config): " . ${$this->x03bb1->x1165->{$this->xa7f39->x1165->x1629}}["bas" . ${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x17eb}}} . ${$this->x03bb1->x1165->x178f}]
);
if (!$xcaa(
${$this->xa7f39->x1187->x2c38}[${$this->x03bb1->x1165->x1739}],
$xd00(
$xd00((string)${$this->xa7f39->x1165->x1624}[${$this->xa7f39->x1187->x2d7b}]) . $xd00(
(string)${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x162b}}}[${$this->x9de23->x1165->x1758}]
) . $xd00(
(string)${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2c3e}}}[${$this->x03bb1->x1187->x2d86}]
) . $xd00((string)${$this->x9de23->x1187->x2de6})
)
) && $xcf3(${$this->xa7f39->x1187->x2980}) && $xcf3(
${$this->x9de23->x1187->{$this->x9de23->x1187->x2985}}
)) {
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x170a}}} = ${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x2d42}}}} . $xcfe(
$xd00(${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x136b}}}),
${$this->x03bb1->x1187->x2d2d},
${$this->x03bb1->x1165->x16ef}
);
${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->x1702}}}}} += ${$this->xa7f39->x1187->x2d20};
}
if ($xcaa(
${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x162b}}}[${$this->x03bb1->x1165->x1739}],
$xd00(
$xd00(
(string)${$this->x03bb1->x1165->{$this->xa7f39->x1165->x1629}}[${$this->xa7f39->x1187->x2d7b}]
) . $xd00(
(string)${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2c3d}}[${$this->x9de23->x1165->{$this->xa7f39->x1165->x175c}}]
) . $xd00(
(string)${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2c3d}}[${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x176a}}}]
) . $xd00((string)${$this->x03bb1->x1165->x17b5})
)
) !== 0 && $xcf3(${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x136b}}})) {
$this->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x1bfe}}}}(
"license code (config) & license code do not match: removing license code (config)"
);
$this->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x3283}}(
$xc78(
${$this->xa7f39->x1165->x1509} . ${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x2d6a}}}
) . "/" . ${$this->xa7f39->x1187->{$this->x9de23->x1187->x2b1d}} . ${$this->x9de23->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1522}}} . ${$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x2b3b}}} . ${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->x2b05}}}} . ${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2b48}}} . ${$this->x9de23->x1165->{$this->x9de23->x1165->x14e9}} . ${$this->x03bb1->x1187->x2b63},
""
);
} else {
$this->{$this->x03bb1->x1187->{$this->x9de23->x1187->x3215}}(
"license code (config) & license code match"
);
if ($xcf3(${$this->xa7f39->x1165->{$this->x9de23->x1165->x1368}})) {
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x170a}}} = ${$this->x9de23->x1165->x1706} . $xcfe(
$xd00((string)${$this->xa7f39->x1165->x1367}),
${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->x1702}}}}},
${$this->x03bb1->x1165->x16ef}
);
${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2d35}}}} += ${$this->x03bb1->x1165->x16ef};
}
if ($xcaa(
${$this->xa7f39->x1187->x2c38}[${$this->x9de23->x1187->{$this->x03bb1->x1187->x2d70}}],
$xd00(
$xd00(
(string)${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2c3e}}}[${$this->xa7f39->x1187->x2d7b}]
) . $xd00(
(string)${$this->xa7f39->x1165->x1624}[${$this->x9de23->x1165->{$this->xa7f39->x1165->x175c}}]
) . $xd00(
(string)${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2c3d}}[${$this->x03bb1->x1187->x2d86}]
) . $xd00(
(string)${$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x17bc}}}
)
)
) && $xcf3(${$this->xa7f39->x1165->x1367})) {
foreach (${$this->x9de23->x1165->x13ec} as ${$this->x9de23->x1165->x1425}) {
if (isset(${$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x297b}}}}->{${$this->x9de23->x1187->x2a4d}})) {
${$this->xa7f39->x1187->{$this->xa7f39->x1187->x2977}}->{${$this->x9de23->x1165->x1425}} = ${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x1731}}}}};
}
}
} else {
if ($xcf3(${$this->xa7f39->x1187->x2980})) {
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x170a}}} = ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x1710}}}}} . $xcfe(
$xd00((string)${$this->xa7f39->x1165->x1367}),
${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->x1702}}}}},
${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->x2d26}}}
);
${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x16fb}}} += ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x16f2}}};
}
}
}
return ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x170a}}};
}
protected function setClassName($xd1a)
{
$xd17 = $this->xa7f39->x1187->x3481;
$this->{$this->xa7f39->x1187->{$this->x9de23->x1187->x28bb}} = $xd17(
${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2e52}}}
);
}
protected function getClassName()
{
return $this->{$this->xa7f39->x1187->{$this->x9de23->x1187->x28bb}};
}
protected function notice($xd46)
{
$xd3b = $this->x9de23->x1165->x1e7f;
$xd3f = $this->xa7f39->x1165->{$this->xa7f39->x1165->x1e9c};
${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x2e6c}}}} = "framework";
${$this->x03bb1->x1165->{$this->xa7f39->x1165->x182f}} = "core";
${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1844}}}} = "mageteam";
${$this->xa7f39->x1187->x2e80} = [
${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x2e6c}}}},
${$this->x03bb1->x1165->{$this->xa7f39->x1165->x182f}},
${$this->x03bb1->x1165->{$this->x03bb1->x1165->x183e}}
];
if (!$xd3b(
$xd3f($this->{$this->x03bb1->x1165->x1bee}()),
${$this->xa7f39->x1165->{$this->xa7f39->x1165->x184a}}
) && $this->{$this->x03bb1->x1187->x27d7}) {
$this->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x1287}}->{$this->x9de23->x1165->x220d}(
${$this->xa7f39->x1165->{$this->x9de23->x1165->x1820}}
);
}
}
public function getLogger()
{
return $this->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1288}}};
}
public function getFilePath($xd59, $xd6a = '/etc/modulexml')
{
$xd67 = $this->directoryReader->getModuleDir('', $xd59);
$xd64 = $this->readFactory->create($xd67);
if ($xd64->isFile($xd6a)) {
return $xd67 . $xd6a;
}
return false;
}
public function getPrefix($xdaf)
{
$xd89 = $this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x34ae}};
$xd94 = $this->x03bb1->x1165->{$this->xa7f39->x1165->x1eb2};
$xd9d = $this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1ec0}};
$xda2 = $this->xa7f39->x1187->x34d7;
${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->x2ec5}}} = $this->{$this->x03bb1->x1165->{$this->x9de23->x1165->x1271}}->{$this->x9de23->x1165->x2455}(
'wlp_' . ${$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x2eb9}}}}
);
if (${$this->xa7f39->x1165->x1888} === null) {
if ((${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1899}}}} = $this->{$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x323a}}}}}(
${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x187e}}},
'/etc/configxml'
)) !== false) {
${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x18a2}}} = $xd89(
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x189a}}}}}
);
${$this->x9de23->x1187->x2ee3} = (array)${$this->x9de23->x1187->{$this->xa7f39->x1187->x2ed7}}->default->{$this->x9de23->x1165->x246a}(
);
$xd94(${$this->x9de23->x1165->x18a7});
${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x188f}}} = ($xd9d(
$xda2(${$this->x9de23->x1187->x2ee3}),
"wyomind_"
)) ? "wyomind_" : "";
} else {
${$this->x03bb1->x1187->x2ebe} = "";
}
$this->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x288b}}->{$this->x9de23->x1165->x247c}(
'wlp_' . ${$this->xa7f39->x1187->x2eaf},
${$this->xa7f39->x1165->{$this->x9de23->x1165->x188a}}
);
}
return ${$this->x9de23->x1187->{$this->x03bb1->x1187->x2ec2}};
}
public function sprintfArray($xdc8, $xdca)
{
$xdc2 = $this->x9de23->x1165->x1ed3;
$xdc3 = $this->x03bb1->x1165->{$this->x9de23->x1165->x1ee3};
return $xdc2(
"sprintf",
$xdc3(
(array)$this->{$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x11b4}}}[${$this->x9de23->x1165->x18ae}],
${$this->xa7f39->x1165->x18b9}
)
);
}
public function getFrameworkVersion()
{
return $this->{$this->x9de23->x1165->{$this->x9de23->x1165->x1236}}->{$this->x03bb1->x1165->x2490}(
"Wyomind_Framework"
)['setup_version'];
}
public function getStoreConfig($xde0, $xde5 = null)
{
${$this->x03bb1->x1187->{$this->x03bb1->x1187->x2f0e}} = \Magento\Store\Model\ScopeInterface::SCOPE_STORES;
if (!${$this->xa7f39->x1165->x18d2}) {
${$this->x9de23->x1165->x18de} = \Magento\Framework\App\Config\ScopeConfigInterface::SCOPE_TYPE_DEFAULT;
}
return $this->scopeConfig->{$this->x9de23->x1165->x20db}(
${$this->xa7f39->x1165->x18c1},
${$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x18e3}}}},
${$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x18db}}}
);
}
public function setStoreConfig($xdfb, $xdfe, $xe07 = 0, $xe0a = true)
{
${$this->x9de23->x1187->{$this->x03bb1->x1187->x2f3f}} = \Magento\Store\Model\ScopeInterface::SCOPE_STORES;
if (!${$this->x03bb1->x1165->{$this->xa7f39->x1165->x190f}}) {
${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->x1925}}}} = \Magento\Framework\App\Config\ScopeConfigInterface::SCOPE_TYPE_DEFAULT;
}
$this->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x11d4}}->{$this->x9de23->x1165->x24a2}(
${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x2f18}}},
${$this->x03bb1->x1165->x18f8},
${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x1926}}}}},
${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1912}}}
);
if (${$this->xa7f39->x1187->{$this->x9de23->x1187->x2f36}}) {
$this->{$this->x9de23->x1187->{$this->x03bb1->x1187->x289a}}->{$this->xa7f39->x1165->x24ad}(['config']);
}
}
public function getDefaultConfig($xe10)
{
return $this->scopeConfig->{$this->x9de23->x1165->x20db}(
${$this->x03bb1->x1187->x2f49},
\Magento\Framework\App\Config\ScopeConfigInterface::SCOPE_TYPE_DEFAULT
);
}
public function getStoreConfigUncrypted($xe1f)
{
return $this->{$this->x03bb1->x1187->x2851}->{$this->xa7f39->x1165->x218a}(
$this->scopeConfig->{$this->x9de23->x1165->x20db}(
${$this->x03bb1->x1187->x2f4f},
\Magento\Framework\App\Config\ScopeConfigInterface::SCOPE_TYPE_DEFAULT
)
);
}
public function setStoreConfigCrypted($xe34, $xe38, $xe3d = 0, $xe40 = true)
{
$this->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x11d7}}}}->{$this->x9de23->x1165->x24a2}(
${$this->x9de23->x1165->x193e},
$this->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x1247}}->{$this->x9de23->x1165->x24f8}(
${$this->xa7f39->x1187->x2f60}
),
\Magento\Framework\App\Config\ScopeConfigInterface::SCOPE_TYPE_DEFAULT,
${$this->xa7f39->x1187->{$this->xa7f39->x1187->x2f72}}
);
if (${$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1962}}}) {
$this->{$this->x03bb1->x1187->x2899}->{$this->xa7f39->x1165->x24ad}(['config']);
}
}
public function setDefaultConfig($xe51, $xe52, $xe55 = true)
{
$this->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x11d7}}}}->{$this->x9de23->x1165->x24a2}(
${$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x2f8d}}}}},
${$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x197b}}},
\Magento\Framework\App\Config\ScopeConfigInterface::SCOPE_TYPE_DEFAULT,
0
);
if (${$this->xa7f39->x1187->{$this->x03bb1->x1187->x2f99}}) {
$this->{$this->x9de23->x1187->{$this->x03bb1->x1187->x289a}}->{$this->xa7f39->x1165->x24ad}(['config']);
}
}
public function getDefaultConfigUncrypted($xe5e)
{
return $this->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x1247}}->{$this->xa7f39->x1165->x218a}(
$this->scopeConfig->{$this->x9de23->x1165->x20db}(
${$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1992}}},
\Magento\Framework\App\Config\ScopeConfigInterface::SCOPE_TYPE_DEFAULT
)
);
}
public function setDefaultConfigCrypted($xe6d, $xe71, $xe76 = true)
{
$this->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x11d6}}}->{$this->x9de23->x1165->x24a2}(
${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x2fb0}}}}},
$this->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x2855}}->{$this->x9de23->x1165->x24f8}(
${$this->x9de23->x1187->{$this->xa7f39->x1187->x2fb7}}
),
\Magento\Framework\App\Config\ScopeConfigInterface::SCOPE_TYPE_DEFAULT,
0
);
if (${$this->x9de23->x1165->{$this->x03bb1->x1165->x19a4}}) {
$this->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1275}}->{$this->xa7f39->x1165->x24ad}(['config']);
}
}
public function camelize($xe8a)
{
$xe87 = $this->xa7f39->x1187->x34ff;
$xe84 = $this->x03bb1->x1165->x1ef6;
return $xe87(" ", "", $xe84($xe87("_", " ", ${$this->xa7f39->x1187->x2fcf})));
}
public function cleanCache($xe93 = ['config'])
{
$this->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1275}}->{$this->xa7f39->x1165->x24ad}(
${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2fde}}}
);
}
public function isAdmin()
{
if ($this->{$this->x03bb1->x1187->x32b1}()) {
return true;
}
${$this->x03bb1->x1165->{$this->x9de23->x1165->x19c5}} = $this->{$this->x9de23->x1187->x2880}->{$this->xa7f39->x1165->x1fe7}(
'\Magento\Framework\App\State'
);
${$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x19d5}}}} = "";
try {
${$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x19d5}}}} = ${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2fe8}}->{$this->xa7f39->x1165->x2593}(
);
} catch (\Exception $e) {
}
if (${$this->x03bb1->x1165->x19cb} == \Magento\Backend\App\Area\FrontNameResolver::AREA_CODE) {
return true;
} else {
return false;
}
}
public function isCli()
{
$xeb1 = $this->xa7f39->x1187->x3518;
return $xeb1() === 'cli';
}
public function getMagentoVersion()
{
$xeba = $this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x352e}};
${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x19eb}}} = $xeba(
"-",
$this->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x11e5}}->{$this->x03bb1->x1165->x259f}()
);
if (${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x19ed}}}}[0] == "dev") {
return ${$this->x03bb1->x1187->{$this->x9de23->x1187->x300a}}[1];
}
return ${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x19ed}}}}[0];
}
public function getModuleVersion($xed2)
{
$xeda = $this->xa7f39->x1187->x3532;
${$this->xa7f39->x1165->x19fa} = $this->{$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1260}}}}->{$this->x9de23->x1165->x2427}(
'',
${$this->x9de23->x1165->{$this->x9de23->x1165->x19f3}}
);
${$this->x03bb1->x1165->x19fe} = $xeda(
${$this->x03bb1->x1187->{$this->x03bb1->x1187->x3023}} . "/etc/modulexml"
);
return (string)${$this->x9de23->x1165->{$this->x03bb1->x1165->x1a03}}->module['setup_version'];
}
public function checkActivation($x105a, $x105d = false)
{
$xf23 = $this->x03bb1->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1f42}}};
$xf27 = $this->xa7f39->x1165->x1f47;
$xfbb = $this->x9de23->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x355a}};
$xf42 = $this->x9de23->x1187->x3566;
$xfd8 = $this->xa7f39->x1165->x1f67;
$xfdd = $this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x3581}}}};
$xfe3 = $this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1f8e}};
${$this->xa7f39->x1187->x3049} = $this->{$this->x03bb1->x1165->{$this->x9de23->x1165->x1251}}->{$this->xa7f39->x1165->x2193}(
${$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1a0a}}}["config"] . "/license/extension_version"
);
${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x1a21}}} = $this->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x2855}}->{$this->xa7f39->x1165->x218a}(
$this->{$this->x9de23->x1187->{$this->x9de23->x1187->x2862}}->{$this->xa7f39->x1165->x2193}(
${$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1a0a}}}["config"] . "/license/activation_key"
)
);
if (${$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x305a}}} === "") {
${$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x305e}}}} = $this->{$this->xa7f39->x1187->x3255}(
${$this->xa7f39->x1187->x3030}["config"] . "/license/activation_key"
);
if (${$this->x9de23->x1165->x1a1c} != "") {
$xf23(${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x1a21}}});
if ($xf27() != JSON_ERROR_NONE || $xfbb(
(string)${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1a26}}}}},
0,
3
) == "0:2") {
$this->{$this->x9de23->x1187->{$this->x03bb1->x1187->x3292}}(
${$this->x03bb1->x1187->{$this->x9de23->x1187->x3035}}["config"] . "/license/activation_key",
${$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x305a}}}
);
}
}
}
if (${$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x305e}}}} != "") {
$xf23(${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x1a21}}});
if ($xf27() != JSON_ERROR_NONE || $xfbb(
(string)${$this->xa7f39->x1165->{$this->x9de23->x1165->x1a20}},
0,
3
) == "0:2") {
${$this->x9de23->x1165->x1a1c} = "";
$this->{$this->x9de23->x1165->x1c7d}(
${$this->x03bb1->x1165->{$this->x9de23->x1165->x1a07}}["config"] . "/license/activation_key",
${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1a25}}}}
);
}
}
${$this->x9de23->x1165->{$this->x03bb1->x1165->x1a2e}} = $this->{$this->x03bb1->x1187->x2851}->{$this->xa7f39->x1165->x218a}(
$this->{$this->x03bb1->x1187->x285d}->{$this->xa7f39->x1165->x2193}(
${$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1a0a}}}["config"] . "/license/activation_code"
)
);
${$this->x03bb1->x1165->x1a33} = $xf42(
" ",
"",
${$this->x03bb1->x1187->{$this->x9de23->x1187->x3035}}["namespace"]
);
${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->x307d}}}} = false;
if (${$this->xa7f39->x1165->{$this->x9de23->x1165->x1a17}} != "" && ${$this->xa7f39->x1165->x1a12} != ${$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1a0a}}}["version"]) {
$this->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x1bfe}}}}(
"------------------------------------------"
);
$this->{$this->x03bb1->x1187->{$this->x9de23->x1187->x3215}}(
"Checking registration of the license"
);
$this->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1bfd}}}(
"Upgrade " . ${$this->xa7f39->x1187->x3030}['label'] . " from " . ${$this->xa7f39->x1187->x3049} . " to " . ${$this->xa7f39->x1187->x3030}["version"]
);
$this->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1bfd}}}(
"Activation key: " . ${$this->xa7f39->x1165->{$this->x9de23->x1165->x1a20}}
);
${$this->xa7f39->x1187->x3080} = $this->{$this->x03bb1->x1165->{$this->x9de23->x1165->x126b}}->{$this->xa7f39->x1165->x1fe7}(
"\\Magento\\Backend\\Model\\Auth"
);
if (${$this->xa7f39->x1165->x1a53}->{$this->xa7f39->x1165->x2295}() != null) {
$this->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1bfd}}}(
"User: " . ${$this->x03bb1->x1165->{$this->xa7f39->x1165->x1a56}}->{$this->xa7f39->x1165->x2295}(
)->{$this->xa7f39->x1165->x22bd}()
);
}
$this->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1c6c}}(
${$this->x03bb1->x1165->{$this->x9de23->x1165->x1a07}}["config"] . "/license/activation_code",
""
);
$this->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x3283}}(
${$this->xa7f39->x1187->x3030}["config"] . "/license/extension_version",
${$this->x03bb1->x1187->{$this->x9de23->x1187->x3035}}["version"]
);
${$this->xa7f39->x1165->x1a60} = $this->{$this->xa7f39->x1187->{$this->x03bb1->x1187->x32e3}}(
${$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1a0a}}}["label"],
"upgrade",
[
${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x3052}}},
${$this->x03bb1->x1187->{$this->x9de23->x1187->x3035}}["version"],
${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x3075}}},
${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1a26}}}}}
]
);
$this->{$this->xa7f39->x1187->x27d0} = $this->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x126d}}}->{$this->xa7f39->x1165->x1fe7}(
"\\Magento\\Framework\\Session\\SessionManagerInterface"
);
$this->{$this->xa7f39->x1187->x27d0}->{$this->xa7f39->x1165->x26d9}(
"update_" . ${$this->x9de23->x1165->x1a06}["value"],
"true"
);
} else {
${$this->x03bb1->x1187->x30a6} = "TRIAL";
${$this->x03bb1->x1165->x1a70} = false;
${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x30c4}}}}} = -1;
if ($xfbb(
(string)${$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x305a}}},
0,
5
) == ${$this->x9de23->x1165->{$this->xa7f39->x1165->x1a6a}}) {
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x1a96}}} = $xfbb(
(string)${$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x305a}}},
24,
4
);
${$this->xa7f39->x1165->x1a9c} = $xfbb((string)${$this->x9de23->x1165->x1a1c}, 28, 2);
${$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x30e5}}} = $xfbb(
(string)${$this->xa7f39->x1165->{$this->x9de23->x1165->x1a20}},
30,
2
);
${$this->x9de23->x1165->x1aa9} = ${$this->xa7f39->x1187->{$this->x9de23->x1187->x30cb}} . "-" . ${$this->xa7f39->x1165->x1a9c} . "-" . ${$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x30e5}}};
${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x30bf}}} = $xfd8(
($xfdd((string)${$this->x03bb1->x1165->{$this->x9de23->x1165->x1aaa}}) - $xfe3()) / 3600 / 24
);
${$this->xa7f39->x1187->{$this->x9de23->x1187->x30b5}} = true;
}
if (${$this->xa7f39->x1165->{$this->x9de23->x1165->x1a20}} != "" && ${$this->x9de23->x1165->{$this->x03bb1->x1165->x1a2e}} == "") {
${$this->x03bb1->x1187->x3096} = $this->{$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x32e8}}}(
${$this->x03bb1->x1187->{$this->x9de23->x1187->x3035}}["label"],
"invalidated",
[
${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x3075}}},
${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1a26}}}}}
]
);
} elseif (${$this->x9de23->x1165->x1a29} == '') {
${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x30a4}}}} = $this->{$this->xa7f39->x1187->{$this->x03bb1->x1187->x32e3}}(
${$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1a0a}}}["label"],
"pending",
[${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x1a3f}}}}}]
);
} elseif (${$this->xa7f39->x1187->{$this->x9de23->x1187->x30b5}} && ${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x30c4}}}}} > 0) {
${$this->xa7f39->x1187->x30ea} = "";
${$this->x9de23->x1187->x30f4} = "green";
if (${$this->x9de23->x1165->x1a83} > 1) {
${$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1ab9}}}}} = "s";
}
if (${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x30c0}}}} < 4) {
${$this->x9de23->x1165->{$this->x03bb1->x1165->x1ac0}} = "red";
${$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1a64}}} = $this->{$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x32ed}}}}}(
${$this->x03bb1->x1187->{$this->x9de23->x1187->x3035}}["label"],
"trial_almost_expired",
[
${$this->x9de23->x1165->x1abe},
${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x30bf}}},
${$this->xa7f39->x1165->{$this->x03bb1->x1165->x1ab1}},
${$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x305e}}}}
]
);
} elseif (${$this->x9de23->x1165->x1a83}) {
${$this->x9de23->x1165->x1abe} = "orange";
${$this->xa7f39->x1165->x1a60} = $this->{$this->x9de23->x1165->{$this->x9de23->x1165->x1ccf}}(
${$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1a0a}}}["label"],
"trial",
[
${$this->x03bb1->x1187->{$this->xa7f39->x1187->x30f8}},
${$this->xa7f39->x1187->{$this->x9de23->x1187->x30bd}},
${$this->xa7f39->x1165->{$this->x03bb1->x1165->x1ab1}}
]
);
}
} elseif (${$this->x9de23->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x1a7e}}}}}) {
${$this->x03bb1->x1187->{$this->x9de23->x1187->x309b}} = $this->{$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x32ed}}}}}(
${$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1a0a}}}["label"],
"trial_expired",
[${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1a26}}}}}]
);
} else {
${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x307b}}} = true;
${$this->x03bb1->x1187->{$this->x9de23->x1187->x309b}} = $this->{$this->xa7f39->x1187->{$this->x03bb1->x1187->x32e3}}(
${$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1a0a}}}["label"],
"success"
);
}
}
if (${$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x3043}}}}) {
return ${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x30a0}}};
} else {
if (!${$this->x03bb1->x1187->{$this->xa7f39->x1187->x307a}}) {
$this->{$this->x9de23->x1187->x32d5}(
${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x30a0}}}
);
}
}
}
protected function addWarning($x106b)
{
$this->{$this->x9de23->x1165->{$this->xa7f39->x1165->x11a7}}[] = ${$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->x3101}}}};
}
protected function getMessage($x108e, $x107e, $x108d = [])
{
$x108b = $this->xa7f39->x1187->{$this->x9de23->x1187->x3596};
if (${$this->x9de23->x1165->x1adf}) {
${$this->x03bb1->x1165->x1af1} = $this->{$this->xa7f39->x1187->x3245}(
${$this->x9de23->x1187->{$this->xa7f39->x1187->x3110}},
${$this->x03bb1->x1187->x3117}
);
} else {
${$this->x9de23->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x1afa}}}} = $x108b(
" " . ${$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x3122}}}}
);
}
return "<b> Wyomind " . ${$this->xa7f39->x1187->x3102} . "</b> <br> " . ${$this->x03bb1->x1165->x1af1} . "";
}
public function getWarnings()
{
return $this->{$this->x9de23->x1165->{$this->xa7f39->x1165->x11a7}};
}
public function getValues()
{
$x10a4 = $this->x9de23->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->x35ab}}}};
$x10d6 = $this->xa7f39->x1165->x1fb1;
$x10ff = $this->xa7f39->x1187->x35bb;
$x1100 = $this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1fd2}};
$x1107 = $this->x03bb1->x1187->{$this->x9de23->x1187->x35d8};
${$this->x9de23->x1165->{$this->x9de23->x1165->x1aff}} = [];
${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x3147}}} = [];
if ($x10a4(
$this->{$this->x9de23->x1165->{$this->x9de23->x1165->x1202}} . "/vendor/wyomind/"
)) {
${$this->x03bb1->x1187->{$this->xa7f39->x1187->x3144}}[$this->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x1205}}} . "/vendor/wyomind/"] = $this->{$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x11f6}}}->{$this->xa7f39->x1165->x20c7}(
$this->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x1205}}} . "/vendor/wyomind/"
);
}
if ($x10a4(
$this->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x1205}}} . "/app/code/Wyomind/"
)) {
${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x314a}}}}[$this->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x1205}}} . "/app/code/Wyomind/"] = $this->{$this->x9de23->x1165->{$this->x9de23->x1165->x11f3}}->{$this->xa7f39->x1165->x20c7}(
$this->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x1205}}} . "/app/code/Wyomind/"
);
}
${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x1b1e}}}} = "framework";
${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x3160}}}}} = "core";
${$this->xa7f39->x1187->x3163} = "mageteam";
${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->x3173}}} = [
${$this->x9de23->x1187->{$this->xa7f39->x1187->x3151}},
${$this->xa7f39->x1187->{$this->xa7f39->x1187->x3155}},
${$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x1b2e}}}
];
foreach (${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x1b13}}}}} as ${$this->xa7f39->x1165->{$this->xa7f39->x1165->x1b3e}} => ${$this->xa7f39->x1165->x1b46}) {
${$this->xa7f39->x1165->{$this->xa7f39->x1165->x1b51}} = $this->{$this->x9de23->x1165->{$this->x9de23->x1165->x11f3}}->{$this->xa7f39->x1165->x20c7}(
${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x3181}}}}
);
foreach (
${$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x3191}}}->{$this->x9de23->x1165->x276c}(
) as ${$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x319b}}}
) {
if (!$x10d6(
$x10ff(${$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x319b}}}),
${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x3177}}}}
)) {
if (${$this->xa7f39->x1165->x1b4f}->{$this->x9de23->x1165->x277b}(
${$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->x319d}}}}
) && ${$this->xa7f39->x1165->x1b54} != && ${$this->xa7f39->x1165->x1b54} != "..") {
if (${$this->xa7f39->x1165->{$this->xa7f39->x1165->x1b51}}->{$this->x03bb1->x1165->x2448}(
${$this->x9de23->x1187->{$this->x03bb1->x1187->x3196}} . "/etc/configxml"
)) {
${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->x31a4}}} = $x10ff(
$x1100("./", "", ${$this->x9de23->x1187->x3195})
);
${$this->x03bb1->x1165->x1b6b} = $x1107(
${$this->xa7f39->x1187->x317a} . ${$this->x9de23->x1187->x3195} . "/etc/modulexml"
);
${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->x31bc}}}} = ${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x31b4}}}->{$this->x9de23->x1165->x279f}(
'/config/module'
);
foreach (${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->x31bc}}}} as ${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x1b87}}}) {
${$this->x9de23->x1187->x31c4} = (string)${$this->x03bb1->x1165->x1b80}['name'];
${$this->xa7f39->x1165->x1b9c} = (string)${$this->x9de23->x1187->x31bd}['setup_version'];
}
if ($this->{$this->x03bb1->x1165->x27a8}(
${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x31cc}}}}
)) {
${$this->x03bb1->x1165->x1ba7} = $this->{$this->x03bb1->x1165->x1c19}(
${$this->x9de23->x1165->x1b8c}
);
${$this->x9de23->x1187->x31d7} = $this->{$this->x03bb1->x1165->x1c32}(
${$this->x9de23->x1165->{$this->xa7f39->x1165->x1bab}} . ${$this->x9de23->x1187->{$this->x9de23->x1187->x31a3}} . "/license/extension_label"
);
${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1b04}}}[] = [
"label" => ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1bb4}}},
"value" => ${$this->xa7f39->x1165->x1b54},
"version" => ${$this->x03bb1->x1187->x31cd},
"config" => ${$this->x9de23->x1165->{$this->xa7f39->x1165->x1bab}} . ${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1b66}}},
"namespace" => ${$this->x03bb1->x1187->{$this->xa7f39->x1187->x31c5}}
];
}
}
}
}
}
}
return ${$this->x03bb1->x1187->x313a};
}
}
/**
* The technical support is guaranteed for all modules proposed by Wyomind.
* The below code is obfuscated in order to protect the module's copyright as well as the integrity of the license and of the source code.
* The support cannot apply if modifications have been made to the original source code (https://wwwwyomindcom/terms-and-conditionshtml).
* Nonetheless, Wyomind remains available to answer any question you might have and find the solutions adapted to your needs.
* Feel free to contact our technical team from your Wyomind account in My account > My tickets.
* Copyright © 2025 WyomindAll rights reserved.
* See LICENSEtxt for license details.
*/
namespace Wyomind\Framework\Helper;
class License extends \Magento\Framework\App\Helper\AbstractHelper
{
public $x03bb1 = null;
public $x9de23 = null;
public $xa7f39 = null;
public $session;
const SOAP_URL = "https://wwwwyomindcom/service/license/soap";
const SOAP_URI = "https://wwwwyomindcom/";
protected $logEnabled = 0;
public $warnings = [];
protected $_messages = [
"ws_error" => "The Wyomind's license server encountered an errorPlease contact us.",
"ws_success" => "%s",
"ws_failure" => "%s",
"success" => "<span style='background-color:green; color:white; padding:2px 5px'>Your license is valid.</span>",
"pending" => "<span style='background-color:orange; color:white; padding:2px 5px'>Your license is not yet registered</span> please run <i>bin/magento wyomind:license:activate %s <your activation key></i>",
"upgrade" => "<span style='background-color:'orange; color:white; padding:2px 5px'>Extension upgrade from v%s to v%s</span> your license must be updated, please run <i>bin/magento wyomind:license:activate %s %s</i>",
"invalidated" => "<span style='background-color:red; color:white; padding:2px 5px'>Your license is invalidated</span> please run <i>bin/magento wyomind:license:activate %s %s</i>",
"trial" => "<span style='background-color:%s; color:white; padding:2px 5px'>Your trial license will expire in %s day%s</span></i>",
"trial_expired" => "<span style='background-color:red; color:white; padding:2px 5px'>Your trial license has expired.</span> It's time to purchase your life-time license on <a href='" . self::SOAP_URI . "/trial-licensehtml?ak=%s' target='_blank'>" . self::SOAP_URI . "</a></i>",
"trial_almost_expired" => "<span style='background-color:%s; color:white; padding:2px 5px'>Your trial license will expire in %s day%s</span> It's time to purchase your life-time license on <a href='" . self::SOAP_URI . "/trial-licensehtml?ak=%s' target='_blank'>" . self::SOAP_URI . "</a></i>",
];
protected $modelContext;
protected $modelConfig;
protected $productMetadata;
protected $readFactory;
protected $root;
protected $directoryList;
protected $request;
protected $moduleList;
protected $encryptor;
protected $configResourceModel;
protected $directoryReader;
protected $objectManager;
protected $registry;
protected $cacheManager;
protected $deploymentConfig;
protected $logger;
private $x128e;
public function __construct(
\Magento\Framework\ObjectManagerInterface $objectManager,
\Magento\Framework\App\Helper\Context $context
) {
/** @var \Magento\Framework\Model\Context $modelContext */
$modelContext = $objectManager->get("\Magento\Framework\Model\Context");
/** @var \Magento\Config\Model\ResourceModel\Config $modelConfig */
$modelConfig = $objectManager->get("\Magento\Config\Model\ResourceModel\Config");
/** @var \Magento\Framework\App\ProductMetadata $productMetadata */
$productMetadata = $objectManager->get("\Magento\Framework\App\ProductMetadata");
/** @var \Magento\Framework\Filesystem\Directory\ReadFactory $readFactory */
$readFactory = $objectManager->get("\Magento\Framework\Filesystem\Directory\ReadFactory");
/** @var \Magento\Framework\Module\Dir\Reader $directoryReader */
$directoryReader = $objectManager->get("\Magento\Framework\Module\Dir\Reader");
/** @var \Magento\Framework\Module\ModuleList $moduleList */
$moduleList = $objectManager->get("\Magento\Framework\Module\ModuleList");
/** @var \Magento\Framework\HTTP\PhpEnvironment\Request $request */
$request = $objectManager->get("\Magento\Framework\HTTP\PhpEnvironment\Request");
/** @var \Magento\Framework\Encryption\EncryptorInterface $encryptor */
$encryptor = $objectManager->get("\Magento\Framework\Encryption\EncryptorInterface");
/** @var \Wyomind\Framework\Model\ResourceModel\Config $configResourceModel */
$configResourceModel = $objectManager->get("\Wyomind\Framework\Model\ResourceModel\Config");
/** @var \Magento\Framework\Registry $registry */
$registry = $objectManager->get("\Magento\Framework\Registry");
$deploymentConfig = $objectManager->get('\Magento\Framework\App\DeploymentConfig');
parent::__construct($context);
$this->modelContext = $modelContext;
$this->modelConfig = $modelConfig;
$this->productMetadata = $productMetadata;
$this->readFactory = $readFactory;
/** @var \Magento\Framework\App\Filesystem\DirectoryList $directoryList */
$directoryList = $objectManager->get("\Magento\Framework\App\Filesystem\DirectoryList");
$this->root = $directoryList->getRoot();
$this->directoryList = $directoryList;
$this->request = $request;
$this->moduleList = $moduleList;
$this->encryptor = $encryptor;
$this->configResourceModel = $configResourceModel;
$this->directoryReader = $directoryReader;
$this->objectManager = $objectManager;
$this->registry = $registry;
$this->cacheManager = $modelContext->getCacheManager();
$this->deploymentConfig = $deploymentConfig;
$this->constructor($this, func_get_args(), __CLASS__);
try {
$this->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x128c}}}} = $objectManager->{$this->xa7f39->x1165->x20c7}(
"\\Wyomind\\Framework\\Log\\License"
);
$this->{$this->x03bb1->x1187->x27d7} = $context->{$this->x9de23->x1165->x20cd}(
)->{$this->x9de23->x1165->x20db}(
"framework/settings/log",
\Magento\Framework\App\Config\ScopeConfigInterface::SCOPE_TYPE_DEFAULT
) == "1";
} catch (\Exception $e) {
}
}
public function constructor($xcec, $xd02, $x762 = false)
{
$x330c = "explode";
$x331c = "get_class";
$x33af = "stristr";
$x33b8 = "array_keys";
$x33c7 = "count";
$x33d1 = "strtolower";
$x33dc = "stripos";
$x33e8 = "array_search";
$x33fe = "array_map";
$x3406 = "str_replace";
$x3416 = "strpos";
$x3420 = "rand";
$x342c = "ceil";
$x343e = "strtotime";
$x3446 = "time";
$x3454 = "get_parent_class";
$x3464 = "strrpos";
$x346c = "implode";
$x3478 = "strcmp";
$x309 = "array_pop"($x350);
if ($x309 == "Interceptor") {
$x309 = "array_pop"($x350);
}
$x443 = "md5"((string)$x309);
if ($x762 && !"is_object"($x762)) {
}
$x346 = "\\$\\x\\Helper\\Delegate";
if ("class_exists"($x346) && "defined"($x346 . "::VERSION")) {
$x371 = $x346::VERSION;
} else {
if (($x35e = $this->"getFilePath"(
"$_x",
"/etc/modulexml"
)) !== false) {
$x364 = "simplexml_load_file"($x35e);
}
$x371 = (string)$x364->module['setup_version'];
}
$x3f2 = "md5"((string)$x371);
$xce4 = [];
$x3f7 = 0;
for ($x3d8 = 0; $x3d8 < 3; $x3d8++) {
while ("in_array"("xsubstr"($x3f2, $x3f7, 2), $xce4)) {
$x3f7 += 2;
}
$xce4[] = "xsubstr"($x3f2, $x3f7, 2);
}
$x3f7 = 0;
for ($x3d8 = 0; $x3d8 < 3; $x3d8++) {
while ("in_array"("xsubstr"($x3f2, $x3f7, 3), $xce4)) {
$x3f7 += 3;
}
$xce4[] = "xsubstr"($x3f2, $x3f7, 3);
}
$x3f7 = 0;
for ($x3d8 = 0; $x3d8 < 3; $x3d8++) {
while ("in_array"("xsubstr"($x3f2, $x3f7, 5), $xce4)) {
$x3f7 += 5;
}
$xce4[] = "xsubstr"($x3f2, $x3f7, 5);
}
$xce4[] = "xsubstr"($x443, 0, 2);
$xce4[] = "xsubstr"($x443, 2, 2);
$xce4[] = "xsubstr"($x443, 4, 2);
$xce4[] = "xsubstr"($x443, 0, 3);
$xce4[] = "xsubstr"($x443, 3, 3);
$xce4[] = "xsubstr"($x443, 6, 3);
$xce4[] = "xsubstr"($x443, 0, 5);
$xce4[] = "xsubstr"($x443, 5, 5);
$xce4[] = "xsubstr"($x443, 10, 5);
$x46d = "\\Wyomind\\Framework\\Helper\\x";
$x45f = "\\Wyomind\\x\\Helper\\x";
$x48b = null;
if ("class_exists"($x45f)) {
$x48b = new $x45f();
} elseif ("class_exists"($x46d)) {
$x48b = new $x46d();
}
foreach ($xce4 as $xced) {
if (!"is_string"($xd02)) {
if ("property_exists"($xcec, $xced)) {
$xcec->$xced = $x48b;
}
}
}
$x7f2 = $this->xa7f39->x1187->{$this->xa7f39->x1187->x3313};
$x811 = $this->x9de23->x1187->{$this->xa7f39->x1187->x3326};
$x7f5 = $this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1d2a}}};
$xd00 = $this->x9de23->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x1d3c}};
$x75d = $this->x03bb1->x1187->x3345;
$x464 = $this->x03bb1->x1165->x1d4d;
$x33e = $this->x9de23->x1187->x3365;
$x35d = $this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x3378}}};
$x59c = $this->xa7f39->x1187->{$this->x9de23->x1187->x3384};
$xcfe = $this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1d82}};
$xcf3 = $this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1d8d}}};
$x47a = $this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x33ad}};
$x50a = $this->x9de23->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->x33b6}}};
$x531 = $this->x9de23->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->x33c5}}}};
$x54a = $this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1db9}}}};
$xc78 = $this->xa7f39->x1187->{$this->x9de23->x1187->x33d7};
$x568 = $this->xa7f39->x1165->{$this->x9de23->x1165->x1dcb};
$x5b7 = $this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x33f7}};
$x5c0 = $this->xa7f39->x1187->x33ff;
$xbb3 = $this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x3412}}};
$x7a8 = $this->x9de23->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x341d}};
$x617 = $this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x1e0c}};
$x6fa = $this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x1e1b}};
$x6fb = $this->x9de23->x1165->{$this->xa7f39->x1165->x1e2a};
$x700 = $this->x9de23->x1165->x1e33;
$x77f = $this->x03bb1->x1187->x3457;
$x78f = $this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x1e53}};
$x7fd = $this->xa7f39->x1165->{$this->x9de23->x1165->x1e5e};
$xcaa = $this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x347d}};
${$this->x9de23->x1165->x1431} = "Co";
${$this->x9de23->x1165->x1435} = "nt";
${$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2a6c}}}} = "ro";
${$this->xa7f39->x1165->x145a} = "ll";
${$this->x9de23->x1165->x1460} = "er";
${$this->xa7f39->x1165->{$this->x03bb1->x1165->x1469}} = "Ac";
${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x147c}}}} = "ti";
${$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x2a95}}} = "on";
${$this->xa7f39->x1165->{$this->xa7f39->x1165->x148b}} = "Pre";
${$this->x9de23->x1165->x148e} = "dis";
${$this->x9de23->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x14aa}}} = "patch";
${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2ab9}}} = ${$this->xa7f39->x1187->{$this->x03bb1->x1187->x2a59}} . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x1442}}}}} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x144e}}} . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->x145e}} . ${$this->xa7f39->x1165->{$this->x03bb1->x1165->x1465}} . ${$this->xa7f39->x1165->{$this->x03bb1->x1165->x1469}} . ${$this->xa7f39->x1165->{$this->x03bb1->x1165->x1476}} . ${$this->x03bb1->x1187->x2a8f} . ${$this->xa7f39->x1165->x1489} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->x1492}} . ${$this->xa7f39->x1165->x14a2};
${$this->x03bb1->x1187->x2abe} = $this->{$this->x9de23->x1187->x2886};
${$this->xa7f39->x1165->{$this->x03bb1->x1165->x14c2}} = "registry";
${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x14d3}}} = "register";
${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x2adf}}}} = "is_object";
${$this->xa7f39->x1187->x2ae5} = "get_class";
${$this->x03bb1->x1187->{$this->x9de23->x1187->x2aee}} = "on_";
${$this->x9de23->x1187->x2af6} = "key";
${$this->x9de23->x1187->x2b00} = "tiv";
${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x1511}}}} = $this->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x3240}}(
"Wyomind_" . ${$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x29a6}}}
);
${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->x151c}}} = "lic";
${$this->x03bb1->x1165->x151f} = "ens";
${$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2b33}}}} = "TRIAL";
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x1536}}}} = "e/ac";
${$this->xa7f39->x1165->{$this->xa7f39->x1165->x1545}} = "ati";
${$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x2b57}}} = "e/ex";
${$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2b6c}}} = "code";
${$this->x9de23->x1187->x2b6e} = "getDelegation";
${$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x2b7c}}} = "isAdmin";
${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x1576}}} = "isCli";
if ($x75d(${$this->x03bb1->x1165->x1370}) && $x50a(
${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->x2ae9}}}(
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x135d}}}
),
${$this->x03bb1->x1165->{$this->x03bb1->x1165->x14ad}}
)) {
if (!${$this->xa7f39->x1187->{$this->x9de23->x1187->x2ac0}}->${$this->xa7f39->x1187->{$this->x03bb1->x1187->x2ac6}}(
${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2ab9}}}
)) {
${$this->x9de23->x1165->{$this->x03bb1->x1165->x14ba}}->${$this->x03bb1->x1187->x2acb}(
${$this->x03bb1->x1187->{$this->x9de23->x1187->x2ab8}},
true
);
}
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1587}}}}} = ${$this->xa7f39->x1187->{$this->x9de23->x1187->x298a}}->{$this->x9de23->x1165->x20f1}(
);
${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x2ba6}}} = $x531(
$this->{$this->x03bb1->x1165->x2102}()
);
if (${$this->x9de23->x1187->{$this->xa7f39->x1187->x2b97}}->{$this->x9de23->x1165->x2112}(
) == "admin" && ${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2b9c}}}}->{$this->x03bb1->x1165->x211d}(
) == "system_config" && ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1587}}}}}->{$this->xa7f39->x1165->x212f}(
) == "edit") {
${$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x2bb6}}}} = ${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2b11}} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1583}}}->{$this->x03bb1->x1165->x2137}(
"section"
);
} else {
${$this->x9de23->x1165->x15af} = $this->{$this->x9de23->x1187->x2880}->{$this->xa7f39->x1165->x1fe7}(
'\Magento\Framework\App\Route\Config'
)->{$this->x9de23->x1165->x214e}(
${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->x2b9b}}}->{$this->x9de23->x1165->x2112}(
)
);
if ($x54a(${$this->x03bb1->x1165->{$this->x03bb1->x1165->x15b1}})) {
${$this->xa7f39->x1187->{$this->x9de23->x1187->x2baf}} = $xc78(
${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x2bbc}}}[0]
);
} else {
${$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x2bb6}}}} = ${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x1511}}}} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1587}}}}}->{$this->x9de23->x1165->x2112}(
);
}
}
if (${$this->xa7f39->x1165->x1509} == "" && $x568(
${$this->x9de23->x1165->x15a1},
"wyomind_"
) === false) {
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x15aa}}}}} = "wyomind_" . ${$this->xa7f39->x1187->{$this->x9de23->x1187->x2baf}};
}
${$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->x2bc8}}}} = "framework";
${$this->x9de23->x1165->x15ba} = "core";
${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x2bdc}}}}} = "mageteam";
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x15d6}}} = [
${$this->xa7f39->x1165->x15b4},
${$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x15c0}}},
${$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x15cd}}}
];
if ($x5b7(
$xc78(${$this->x9de23->x1165->x15a1}),
$x5c0(
'strtolower',
${$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x159c}}}}}
)
) !== false && !$x59c(
$xc78(${$this->xa7f39->x1187->{$this->x9de23->x1187->x2baf}}),
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x15d6}}}
)) {
${$this->x03bb1->x1187->{$this->x9de23->x1187->x2be6}} = $xbb3(
"_",
"\\",
${$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x159c}}}}}[$x5b7(
$xc78(${$this->x9de23->x1187->x2bae}),
$x5c0('strtolower', ${$this->xa7f39->x1165->{$this->x03bb1->x1165->x158f}})
)]
);
${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x2bf9}}}} = "\\" . ${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->x2bea}}} . "\\Helper" . $xcfe(
(string)${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x15e6}}},
$x7a8(
(string)${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2beb}}}},
"\\"
)
) . "";
${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x15e6}}} = $xcfe(
(string)${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2beb}}}},
$x7a8((string)${$this->x03bb1->x1187->x2be3}, "\\") + 1
);
${$this->x03bb1->x1187->x2c03} = false;
try {
${$this->xa7f39->x1187->{$this->xa7f39->x1187->x2c14}} = $this->{$this->x03bb1->x1165->{$this->x9de23->x1165->x126b}}->{$this->xa7f39->x1165->x20c7}(
${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2bf4}}}
);
} catch (\Exception $e) {
$this->{$this->x9de23->x1187->x3280}(
$xc78(
${$this->x9de23->x1187->x2b0c} . ${$this->xa7f39->x1165->{$this->x03bb1->x1165->x15e1}}
) . "/" . ${$this->xa7f39->x1165->{$this->x9de23->x1165->x1517}} . ${$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x1524}}}} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->x1533}} . ${$this->x9de23->x1187->x2b00} . ${$this->x03bb1->x1187->x2b42} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x14ec}}} . ${$this->x03bb1->x1187->x2b63},
""
);
${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->x2c0a}}} = true;
${$this->x03bb1->x1165->x15fb} = $this;
}
${$this->x03bb1->x1165->{$this->x03bb1->x1165->x160d}} = $xd00((string)$x617());
${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2c31}}} = "";
${$this->xa7f39->x1187->{$this->xa7f39->x1187->x2c36}} = false;
${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2c3d}}["ac" . ${$this->x9de23->x1165->x14f5} . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1547}}}} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x14ec}}} . ${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2afe}}}] = $this->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x2855}}->{$this->xa7f39->x1165->x218a}(
$this->{$this->x03bb1->x1165->{$this->x9de23->x1165->x1251}}->{$this->xa7f39->x1165->x2193}(
$xc78(
${$this->x9de23->x1187->x2b0c} . ${$this->xa7f39->x1165->{$this->x03bb1->x1165->x15e1}}
) . "/" . ${$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x2b1f}}} . ${$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x1524}}}} . ${$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2b3e}}}} . ${$this->x03bb1->x1187->{$this->x9de23->x1187->x2b01}} . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1546}}} . ${$this->x9de23->x1165->{$this->x9de23->x1165->x14e9}} . ${$this->x9de23->x1187->x2af6}
)
);
if (${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2c3d}}["ac" . ${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->x2b05}}}} . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x154a}}}}} . ${$this->xa7f39->x1187->x2aeb} . ${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2afb}}] == "") {
${$this->xa7f39->x1165->x1624}["ac" . ${$this->x03bb1->x1187->{$this->x9de23->x1187->x2b01}} . ${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x2b4e}}}}} . ${$this->x03bb1->x1187->{$this->x9de23->x1187->x2aee}} . ${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2afb}}] = $this->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x1c76}}}(
$xc78(
${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1512}}}}} . ${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2beb}}}}
) . "/" . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->x151c}}} . ${$this->x03bb1->x1187->x2b23} . ${$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2b3e}}}} . ${$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x1508}}}}} . ${$this->x9de23->x1187->{$this->x9de23->x1187->x2b45}} . ${$this->x9de23->x1165->{$this->x9de23->x1165->x14e9}} . ${$this->x9de23->x1187->x2af6}
);
}
if ($xcfe(
(string)${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x162b}}}["ac" . ${$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1503}}}} . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1547}}}} . ${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x2af3}}}} . ${$this->x9de23->x1165->x14f0}],
0,
5
) == ${$this->x9de23->x1187->x2b2d}) {
${$this->xa7f39->x1165->x1633} = $xcfe(
(string)${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x162f}}}}["ac" . ${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2b07}}}}} . ${$this->x9de23->x1187->{$this->x9de23->x1187->x2b45}} . ${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2af0}}} . ${$this->x9de23->x1165->x14f0}],
24,
4
);
${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x1642}}} = $xcfe(
(string)${$this->x03bb1->x1165->{$this->xa7f39->x1165->x1629}}["ac" . ${$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x1508}}}}} . ${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x2b4e}}}}} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x14ec}}} . ${$this->x9de23->x1165->x14f0}],
28,
2
);
${$this->x9de23->x1187->{$this->xa7f39->x1187->x2c53}} = $xcfe(
(string)${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x162f}}}}["ac" . ${$this->x03bb1->x1165->{$this->xa7f39->x1165->x14fa}} . ${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2b48}}} . ${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2af0}}} . ${$this->x9de23->x1165->{$this->xa7f39->x1165->x14f2}}],
30,
2
);
${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2c5b}} = ${$this->xa7f39->x1187->x2c42} . "-" . ${$this->xa7f39->x1165->x163b} . "-" . ${$this->xa7f39->x1187->x2c51};
${$this->xa7f39->x1165->x1619} = (0 >= $x6fa(
($x6fb(
${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x1654}}}}
) - $x700()) / 3600 / 24
));
}
${$this->xa7f39->x1187->{$this->xa7f39->x1187->x2c69}} = "setRedirect";
${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->x1665}}} = "getResponse";
${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x2c7a}}}} = "getRequest";
${$this->xa7f39->x1165->{$this->x03bb1->x1165->x1670}} = "setDispatched";
${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1614}}} = $this->{$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x1be1}}}}(
${$this->x9de23->x1187->x2c12},
${$this->xa7f39->x1165->x160c}
);
if (${$this->xa7f39->x1187->x2c2b} != $xd00(
(string)${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2c26}}
) || ${$this->xa7f39->x1165->x15f6} || ${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->x1620}}}) {
${$this->x03bb1->x1187->{$this->x9de23->x1187->x2c8a}} = ${$this->xa7f39->x1187->x2987}->{$this->x03bb1->x1165->x21b5}(
);
${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x2c9b}}} = ${$this->x03bb1->x1187->x2974}->url->{$this->x03bb1->x1165->x21c6}(
"wyomind_framework/license/manager",
["module" => ${$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x2bb3}}}]
);
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x1678}}}->${$this->x9de23->x1187->{$this->x9de23->x1187->x2c76}}(
)->${$this->xa7f39->x1165->{$this->x03bb1->x1165->x1670}}(
true
);
${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2c8f}}}}->${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->x1665}}}(
)->${$this->xa7f39->x1187->{$this->xa7f39->x1187->x2c69}}(
${$this->x03bb1->x1187->x2c92}
);
} else {
return;
}
}
}
if (${$this->xa7f39->x1165->{$this->xa7f39->x1165->x14dd}}(${$this->xa7f39->x1187->x2980})) {
${$this->x9de23->x1187->x2ca1} = ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x136b}}}->${$this->xa7f39->x1165->x155a}(
);
${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2cb3}}} = ${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->x2ae9}}}(
${$this->xa7f39->x1187->{$this->xa7f39->x1187->x2977}}
);
if (!empty(${$this->xa7f39->x1187->x2987}) && !$x75d(${$this->x03bb1->x1165->x1370})) {
${$this->x9de23->x1187->x2cb0} = ${$this->xa7f39->x1187->x2987};
}
${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->x2cbd}}} = $x77f(
${$this->x9de23->x1165->{$this->xa7f39->x1165->x1358}}
);
while (!isset(${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->x2ca9}}}[${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2cb3}}}]) && !empty(${$this->xa7f39->x1165->x1698})) {
${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x2cb8}}}} = ${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2cbf}}}};
${$this->xa7f39->x1165->x1698} = $x77f(
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x1694}}}
);
}
${$this->xa7f39->x1165->{$this->xa7f39->x1165->x16a8}} = $xcfe(
(string)${$this->x03bb1->x1165->x168d},
$x78f(
(string)${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1696}}}},
'\\'
) + 1
);
${$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2cd9}}}} = ${$this->x03bb1->x1165->{$this->xa7f39->x1165->x1689}}[${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x1694}}}];
${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->x2cea}}}} = !$this->${$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->x2b83}}}}}(
) || $this->${$this->xa7f39->x1165->x156e}();
${$this->xa7f39->x1187->{$this->x03bb1->x1187->x2ce5}} |= $x7a8(
$this->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1228}}->{$this->x9de23->x1165->x21d9}(),
'gridTo'
) !== false;
${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->x2cea}}}} |= $this->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x122e}}}}->{$this->x03bb1->x1165->x2137}(
'isAjax'
) == "true";
if (${$this->xa7f39->x1165->x14b6}->${$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x14c7}}}}}(
${$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x14b3}}}}
) === true || ${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2ce6}}} || ${$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x2cc8}}} == "AbstractAction") {
if (${$this->x9de23->x1165->x16a6} == "AbstractAction") {
if (!${$this->xa7f39->x1187->{$this->x9de23->x1187->x2ac0}}->${$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x14c5}}}}(
${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x2abd}}}}
)) {
${$this->xa7f39->x1187->{$this->x9de23->x1187->x2ac0}}->${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x14d6}}}}(
${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x2abd}}}},
true
);
}
}
foreach (${$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x16ae}}} as ${$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->x16ca}}}} => ${$this->x9de23->x1187->x2cf8}) {
${$this->xa7f39->x1187->{$this->xa7f39->x1187->x2977}}->${$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->x16ca}}}} = $this->{$this->x9de23->x1187->x2880}->{$this->xa7f39->x1165->x1fe7}(
${$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2d01}}}
);
}
}
}
if (!$this->${$this->xa7f39->x1187->{$this->x9de23->x1187->x2b78}}(
) || $this->${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1577}}}}(
)) {
return;
}
$this->{$this->x03bb1->x1165->x1be2}(
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x1362}}}}
);
$this->{$this->x03bb1->x1187->x3213}(
"------------------------------------------"
);
$this->{$this->x9de23->x1165->x1bf9}(
"Checking current registration of the license"
);
${$this->x03bb1->x1165->{$this->x03bb1->x1165->x16da}} = $x7f2(
'/',
$this->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->x122d}}}->{$this->x9de23->x1165->x2230}(
)
);
$x7f5(${$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x16df}}});
${$this->xa7f39->x1187->{$this->x03bb1->x1187->x2d08}} = $x7fd('/', ${$this->x03bb1->x1187->x2d06});
if (${$this->x03bb1->x1165->{$this->x03bb1->x1165->x16da}} == "") {
$this->{$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x3218}}}("CLI");
} else {
$this->{$this->x9de23->x1165->x1bf9}(
"Uri: " . ${$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->x2d13}}}}}
);
$this->{$this->x03bb1->x1187->x3213}(
"IP: " . $this->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x122e}}}}->{$this->xa7f39->x1165->x227d}(
)
);
${$this->x03bb1->x1165->x16e0} = $this->{$this->x9de23->x1187->x2880}->{$this->xa7f39->x1165->x1fe7}(
"\\Magento\\Backend\\Model\\Auth"
);
if (${$this->xa7f39->x1187->x2d18}->{$this->xa7f39->x1165->x2295}() != null) {
$this->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1bfd}}}(
"User: " . ${$this->x03bb1->x1187->{$this->x9de23->x1187->x2d1b}}->{$this->xa7f39->x1165->x2295}(
)->{$this->xa7f39->x1165->x22bd}()
);
}
}
$this->{$this->x03bb1->x1187->{$this->x9de23->x1187->x3215}}(
"Class: " . $x811(${$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2978}}})
);
${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->x2d26}}} = "2";
${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2d35}}}} = 0;
${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x2d3e}}} = "";
if ($xcf3(${$this->x9de23->x1187->{$this->x9de23->x1187->x2985}})) {
${$this->x9de23->x1165->{$this->x9de23->x1165->x1708}} = ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x170a}}} . $xcfe(
$xd00((string)${$this->xa7f39->x1187->x2980}),
${$this->x03bb1->x1165->{$this->x03bb1->x1165->x16f9}},
${$this->x03bb1->x1165->x16ef}
);
${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2d39}}}}} += ${$this->x9de23->x1187->{$this->xa7f39->x1187->x2d24}};
}
${$this->xa7f39->x1165->x1712} = "trigger_error";
if ($xcf3(${$this->x9de23->x1187->{$this->x9de23->x1187->x2985}})) {
${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x2d3e}}} = ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x170d}}}} . $xcfe(
$xd00((string)${$this->xa7f39->x1165->x1367}),
${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2d35}}}},
${$this->xa7f39->x1187->x2d20}
);
${$this->x03bb1->x1187->x2d2d} += ${$this->x03bb1->x1165->x16ef};
}
${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x2d54}}}} = "version";
${$this->x9de23->x1165->{$this->x03bb1->x1165->x1728}} = "null";
${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2d6c}}}} = ${$this->x9de23->x1165->{$this->xa7f39->x1165->x1383}};
if ($xcf3(${$this->xa7f39->x1165->x1367})) {
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x170d}}}} = ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x170a}}} . $xcfe(
$xd00((string)${$this->xa7f39->x1187->x2980}),
${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x16fd}}}},
${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x16f2}}}
);
${$this->x03bb1->x1187->x2d2d} += ${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x2d28}}}};
}
${$this->xa7f39->x1165->{$this->x03bb1->x1165->x173e}} = "activation_code";
${$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x174b}}} = "activation_key";
${$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1762}}}} = "base_url";
${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x176a}}} = "extension_code";
if ($xcf3(${$this->xa7f39->x1187->x2980})) {
${$this->x9de23->x1165->x1706} = ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x1710}}}}} . $xcfe(
$xd00((string)${$this->xa7f39->x1165->x1367}),
${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2d33}}},
${$this->xa7f39->x1165->{$this->x03bb1->x1165->x16f1}}
);
${$this->x9de23->x1187->{$this->xa7f39->x1187->x2d32}} += ${$this->x03bb1->x1165->x16ef};
}
${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2d95}}}}} = "web";
if ($xcf3(${$this->xa7f39->x1165->{$this->x9de23->x1165->x1368}})) {
${$this->x9de23->x1187->x2d3c} = ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x1710}}}}} . $xcfe(
$xd00((string)${$this->x9de23->x1187->{$this->x9de23->x1187->x2985}}),
${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2d35}}}},
${$this->xa7f39->x1187->x2d20}
);
${$this->x03bb1->x1187->x2d2d} += ${$this->x9de23->x1187->{$this->xa7f39->x1187->x2d24}};
}
${$this->x03bb1->x1187->{$this->x03bb1->x1187->x2d9c}} = "ten";
${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x1780}}}} = "/sec";
${$this->x9de23->x1165->{$this->x9de23->x1165->x1787}} = "/unsec";
${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2dbf}}}}} = "rl";
${$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x17a3}}} = "ure";
${$this->x9de23->x1187->{$this->xa7f39->x1187->x2dcd}} = "sio";
${$this->x03bb1->x1165->{$this->x03bb1->x1165->x17af}} = $this->{$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x123a}}}}->{$this->xa7f39->x1165->x22da}(
);
${$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2de4}}} = ${$this->xa7f39->x1187->{$this->x9de23->x1187->x2de0}}["Wyomind_" . ${$this->x9de23->x1165->x1735}];
${$this->x03bb1->x1165->x17b5} = ${$this->xa7f39->x1187->{$this->x9de23->x1187->x2de0}}["setup_" . ${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x2d54}}}}];
if ($xcf3(${$this->xa7f39->x1165->{$this->x9de23->x1165->x1368}})) {
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x170d}}}} = ${$this->x9de23->x1165->{$this->x9de23->x1165->x1708}} . $xcfe(
$xd00((string)${$this->xa7f39->x1165->x1367}),
${$this->xa7f39->x1165->x16f6},
${$this->x9de23->x1187->{$this->xa7f39->x1187->x2d24}}
);
${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->x1702}}}}} += ${$this->x03bb1->x1165->x16ef};
}
${$this->x03bb1->x1165->x17c1} = "flag";
if ($xcf3(${$this->x9de23->x1187->{$this->x9de23->x1187->x2985}})) {
${$this->x9de23->x1165->{$this->x9de23->x1165->x1708}} = ${$this->x9de23->x1165->{$this->x9de23->x1165->x1708}} . $xcfe(
$xd00((string)${$this->xa7f39->x1165->x1367}),
${$this->x03bb1->x1187->x2d2d},
${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->x2d26}}}
);
${$this->xa7f39->x1165->x16f6} += ${$this->x9de23->x1187->{$this->xa7f39->x1187->x2d24}};
}
${$this->xa7f39->x1165->{$this->x9de23->x1165->x17cb}} = "n_c";
if ($xcf3(${$this->xa7f39->x1187->x2980})) {
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x170d}}}} = ${$this->x9de23->x1187->x2d3c} . $xcfe(
$xd00((string)${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x136b}}}),
${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->x1702}}}}},
${$this->xa7f39->x1187->x2d20}
);
${$this->x03bb1->x1165->{$this->x03bb1->x1165->x16f9}} += ${$this->xa7f39->x1187->x2d20};
}
if ($xcf3(${$this->xa7f39->x1165->x1367})) {
${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x2d3e}}} = ${$this->x9de23->x1187->{$this->xa7f39->x1187->x2d3d}} . $xcfe(
$xd00((string)${$this->x9de23->x1187->{$this->x9de23->x1187->x2985}}),
${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x16fb}}},
${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x16f2}}}
);
${$this->xa7f39->x1165->x16f6} += ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x16f2}}};
}
${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2e12}}} = "ode";
if ($xcf3(${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x136b}}})) {
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x170d}}}} = ${$this->x9de23->x1165->{$this->x9de23->x1165->x1708}} . $xcfe(
$xd00((string)${$this->xa7f39->x1165->x1367}),
${$this->xa7f39->x1165->x16f6},
${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->x2d26}}}
);
${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2d33}}} += ${$this->xa7f39->x1187->x2d20};
}
${$this->x03bb1->x1165->x17df} = "/bas";
if ($xcf3(${$this->xa7f39->x1165->{$this->x9de23->x1165->x1368}})) {
${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x2d42}}}} = ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x170d}}}} . $xcfe(
$xd00((string)${$this->xa7f39->x1187->x2980}),
${$this->x03bb1->x1165->{$this->x03bb1->x1165->x16f9}},
${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x2d28}}}}
);
${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x16fb}}} += ${$this->xa7f39->x1165->{$this->x03bb1->x1165->x16f1}};
}
${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x2e2b}}}} = "e_u";
if ($xcf3(${$this->x9de23->x1187->{$this->x9de23->x1187->x2985}})) {
${$this->x9de23->x1187->x2d3c} = ${$this->x9de23->x1187->{$this->xa7f39->x1187->x2d3d}} . $xcfe(
$xd00((string)${$this->x9de23->x1187->{$this->x9de23->x1187->x2985}}),
${$this->xa7f39->x1165->x16f6},
${$this->x03bb1->x1165->x16ef}
);
${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2d33}}} += ${$this->x9de23->x1187->{$this->xa7f39->x1187->x2d24}};
}
if ($xcf3(${$this->xa7f39->x1165->x1367})) {
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x170a}}} = ${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x2d42}}}} . $xcfe(
$xd00((string)${$this->xa7f39->x1187->x2980}),
${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2d39}}}}},
${$this->x9de23->x1187->{$this->xa7f39->x1187->x2d24}}
);
${$this->x9de23->x1187->{$this->xa7f39->x1187->x2d32}} += ${$this->x03bb1->x1165->x16ef};
}
${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2c3e}}}["ac" . ${$this->x03bb1->x1187->{$this->x9de23->x1187->x2b01}} . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->x1545}} . ${$this->xa7f39->x1187->x2aeb} . ${$this->x9de23->x1187->x2af6}] = $this->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x1247}}->{$this->xa7f39->x1165->x218a}(
$this->{$this->x03bb1->x1165->{$this->x9de23->x1165->x1251}}->{$this->xa7f39->x1165->x2193}(
$xc78(
${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2b11}} . ${$this->x03bb1->x1187->{$this->x03bb1->x1187->x2d66}}
) . "/" . ${$this->xa7f39->x1187->{$this->x9de23->x1187->x2b1d}} . ${$this->x03bb1->x1187->x2b23} . ${$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x2b3b}}} . ${$this->x9de23->x1187->x2b00} . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1546}}} . ${$this->x9de23->x1165->x14e7} . ${$this->x9de23->x1165->{$this->xa7f39->x1165->x14f2}}
)
);
if (${$this->xa7f39->x1165->x1624}["ac" . ${$this->x03bb1->x1187->{$this->x9de23->x1187->x2b01}} . ${$this->x9de23->x1187->{$this->x9de23->x1187->x2b45}} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x14ec}}} . ${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2afe}}}] == "") {
${$this->x03bb1->x1165->{$this->xa7f39->x1165->x1629}}["ac" . ${$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x1508}}}}} . ${$this->xa7f39->x1165->x1540} . ${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x2af3}}}} . ${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2afb}}] = $this->{$this->x03bb1->x1165->x1c70}(
$xc78(
${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1512}}}}} . ${$this->x9de23->x1165->x1735}
) . "/" . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->x151c}}} . ${$this->x03bb1->x1187->{$this->x9de23->x1187->x2b25}} . ${$this->x03bb1->x1165->x1532} . ${$this->x03bb1->x1165->{$this->xa7f39->x1165->x14fa}} . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->x1545}} . ${$this->x9de23->x1165->{$this->x9de23->x1165->x14e9}} . ${$this->x9de23->x1165->{$this->xa7f39->x1165->x14f2}}
);
}
${$this->x03bb1->x1165->{$this->xa7f39->x1165->x1629}}["ex" . ${$this->xa7f39->x1187->x2d97} . ${$this->x9de23->x1187->{$this->xa7f39->x1187->x2dcd}} . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->x17cc}}} . ${$this->x9de23->x1165->x17d6}] = $this->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x1c4a}}(
$xc78(
${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1512}}}}} . ${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2d6c}}}}
) . "/" . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->x151c}}} . ${$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x1524}}}} . ${$this->x03bb1->x1187->x2b50} . ${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2da0}}}} . ${$this->x03bb1->x1165->{$this->xa7f39->x1165->x17a8}} . ${$this->xa7f39->x1165->{$this->x9de23->x1165->x17cb}} . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->x17d9}}
);
${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2c3d}}["ac" . ${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2b07}}}}} . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x154a}}}}} . ${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x2af3}}}} . ${$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2b6c}}}] = $this->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x1247}}->{$this->xa7f39->x1165->x218a}(
$this->{$this->x03bb1->x1165->{$this->x9de23->x1165->x1251}}->{$this->xa7f39->x1165->x2193}(
$xc78(
${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2b11}} . ${$this->xa7f39->x1187->x2d62}
) . "/" . ${$this->xa7f39->x1187->{$this->x9de23->x1187->x2b1d}} . ${$this->x03bb1->x1165->x151f} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x1535}}} . ${$this->x9de23->x1187->x2b00} . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x154a}}}}} . ${$this->x9de23->x1165->x14e7} . ${$this->x03bb1->x1165->x1558}
)
);
if (${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x162f}}}}["ac" . ${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2b04}}} . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x154a}}}}} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x14ee}}}} . ${$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2b6c}}}] == "") {
${$this->x03bb1->x1165->{$this->xa7f39->x1165->x1629}}["ac" . ${$this->x03bb1->x1165->{$this->xa7f39->x1165->x14fa}} . ${$this->x03bb1->x1187->x2b42} . ${$this->x9de23->x1165->x14e7} . ${$this->xa7f39->x1187->{$this->x03bb1->x1187->x2b68}}] = $this->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x328c}}(
$xc78(
${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2b11}} . ${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x2d6a}}}
) . "/" . ${$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x2b1f}}} . ${$this->x9de23->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1522}}} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->x1533}} . ${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2b04}}} . ${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2b4b}}}} . ${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x2af3}}}} . ${$this->x03bb1->x1187->x2b63}
);
}
${$this->x03bb1->x1165->x17f4} = $this->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1279}}->{$this->xa7f39->x1165->x1fe7}(
"system/default/" . ${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->x2d8f}}} . ${$this->x9de23->x1165->x1778} . ${$this->xa7f39->x1187->x2dc1} . ${$this->x9de23->x1187->x2e1b} . ${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x2e26}}} . ${$this->xa7f39->x1187->x2db1}
);
${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2e3a}} = $this->{$this->x03bb1->x1187->x28a1}->{$this->xa7f39->x1165->x1fe7}(
"system/default/" . ${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2d95}}}}} . ${$this->x9de23->x1165->{$this->x9de23->x1165->x1787}} . ${$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x17a3}}} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x17e4}}} . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->x17e9}} . ${$this->xa7f39->x1187->x2db1}
);
if (${$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x1802}}}} == "") {
${$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x17fd}}} = $this->{$this->x03bb1->x1165->{$this->x9de23->x1165->x1251}}->{$this->xa7f39->x1165->x2193}(
${$this->x9de23->x1187->x2d8c} . ${$this->x9de23->x1187->{$this->xa7f39->x1187->x2da2}} . ${$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2dc7}}}}} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x17e4}}} . ${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x17eb}}} . ${$this->x9de23->x1165->{$this->xa7f39->x1165->x1792}}
);
}
if (${$this->x9de23->x1165->x1807} == "") {
${$this->x03bb1->x1165->{$this->x03bb1->x1165->x1809}} = $this->{$this->x03bb1->x1165->{$this->x9de23->x1165->x1251}}->{$this->xa7f39->x1165->x2193}(
${$this->xa7f39->x1165->x176d} . ${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x178e}}}} . ${$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2dc6}}}} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x17e5}}}} . ${$this->xa7f39->x1165->x17e6} . ${$this->x9de23->x1165->{$this->xa7f39->x1165->x1792}}
);
}
if (${$this->x03bb1->x1165->x17f4} == "") {
${$this->x03bb1->x1165->{$this->xa7f39->x1165->x17f9}} = $this->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x3267}}(
${$this->xa7f39->x1165->{$this->x9de23->x1165->x1770}} . ${$this->x9de23->x1187->{$this->xa7f39->x1187->x2da2}} . ${$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2dc5}}} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x17e4}}} . ${$this->x03bb1->x1187->{$this->x03bb1->x1187->x2e25}} . ${$this->x03bb1->x1165->x178f}
);
}
if (${$this->x03bb1->x1187->x2e39} == "") {
${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2e46}}}}} = $this->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x1c53}}}}(
${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->x2d90}}}} . ${$this->x03bb1->x1187->{$this->x9de23->x1187->x2dad}} . ${$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2dc6}}}} . ${$this->x03bb1->x1165->x17df} . ${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x2e26}}} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x1794}}}
);
}
${$this->x03bb1->x1165->{$this->xa7f39->x1165->x1629}}["bas" . ${$this->x9de23->x1187->x2e23} . ${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x2dbb}}}}] = $xbb3(
"{{unsecure_base_url}}",
${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2e46}}}}},
${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x2e33}}}
);
${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x162b}}}["version"] = ${$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x17be}}}};
$this->{$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x3218}}}(
"Module : " . ${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2b11}} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->x1738}}
);
$this->{$this->x03bb1->x1187->x3213}(
"activation key (config): " . ${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x162b}}}["ac" . ${$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1503}}}} . ${$this->x03bb1->x1187->x2b42} . ${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x2af3}}}} . ${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2afb}}]
);
$this->{$this->x9de23->x1165->x1bf9}(
"extension code (config): " . ${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x162f}}}}["ex" . ${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2da0}}}} . ${$this->x9de23->x1187->x2dcb} . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x17d1}}}} . ${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x17dc}}}]
);
$this->{$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x3218}}}(
"license code (config): " . ${$this->xa7f39->x1165->x1624}["ac" . ${$this->x03bb1->x1187->{$this->x9de23->x1187->x2b01}} . ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x154a}}}}} . ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x14ee}}}} . ${$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x2b6c}}}]
);
$this->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x1bfe}}}}(
"base url (config): " . ${$this->x03bb1->x1165->{$this->xa7f39->x1165->x1629}}["bas" . ${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x17eb}}} . ${$this->x03bb1->x1165->x178f}]
);
if (!$xcaa(
${$this->xa7f39->x1187->x2c38}[${$this->x03bb1->x1165->x1739}],
$xd00(
$xd00((string)${$this->xa7f39->x1165->x1624}[${$this->xa7f39->x1187->x2d7b}]) . $xd00(
(string)${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x162b}}}[${$this->x9de23->x1165->x1758}]
) . $xd00(
(string)${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2c3e}}}[${$this->x03bb1->x1187->x2d86}]
) . $xd00((string)${$this->x9de23->x1187->x2de6})
)
) && $xcf3(${$this->xa7f39->x1187->x2980}) && $xcf3(
${$this->x9de23->x1187->{$this->x9de23->x1187->x2985}}
)) {
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x170a}}} = ${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x2d42}}}} . $xcfe(
$xd00(${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x136b}}}),
${$this->x03bb1->x1187->x2d2d},
${$this->x03bb1->x1165->x16ef}
);
${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->x1702}}}}} += ${$this->xa7f39->x1187->x2d20};
}
if ($xcaa(
${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x162b}}}[${$this->x03bb1->x1165->x1739}],
$xd00(
$xd00(
(string)${$this->x03bb1->x1165->{$this->xa7f39->x1165->x1629}}[${$this->xa7f39->x1187->x2d7b}]
) . $xd00(
(string)${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2c3d}}[${$this->x9de23->x1165->{$this->xa7f39->x1165->x175c}}]
) . $xd00(
(string)${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2c3d}}[${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x176a}}}]
) . $xd00((string)${$this->x03bb1->x1165->x17b5})
)
) !== 0 && $xcf3(${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x136b}}})) {
$this->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x1bfe}}}}(
"license code (config) & license code do not match: removing license code (config)"
);
$this->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x3283}}(
$xc78(
${$this->xa7f39->x1165->x1509} . ${$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x2d6a}}}
) . "/" . ${$this->xa7f39->x1187->{$this->x9de23->x1187->x2b1d}} . ${$this->x9de23->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1522}}} . ${$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x2b3b}}} . ${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->x2b05}}}} . ${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2b48}}} . ${$this->x9de23->x1165->{$this->x9de23->x1165->x14e9}} . ${$this->x03bb1->x1187->x2b63},
""
);
} else {
$this->{$this->x03bb1->x1187->{$this->x9de23->x1187->x3215}}(
"license code (config) & license code match"
);
if ($xcf3(${$this->xa7f39->x1165->{$this->x9de23->x1165->x1368}})) {
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x170a}}} = ${$this->x9de23->x1165->x1706} . $xcfe(
$xd00((string)${$this->xa7f39->x1165->x1367}),
${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->x1702}}}}},
${$this->x03bb1->x1165->x16ef}
);
${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2d35}}}} += ${$this->x03bb1->x1165->x16ef};
}
if ($xcaa(
${$this->xa7f39->x1187->x2c38}[${$this->x9de23->x1187->{$this->x03bb1->x1187->x2d70}}],
$xd00(
$xd00(
(string)${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2c3e}}}[${$this->xa7f39->x1187->x2d7b}]
) . $xd00(
(string)${$this->xa7f39->x1165->x1624}[${$this->x9de23->x1165->{$this->xa7f39->x1165->x175c}}]
) . $xd00(
(string)${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2c3d}}[${$this->x03bb1->x1187->x2d86}]
) . $xd00(
(string)${$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x17bc}}}
)
)
) && $xcf3(${$this->xa7f39->x1165->x1367})) {
foreach (${$this->x9de23->x1165->x13ec} as ${$this->x9de23->x1165->x1425}) {
if (isset(${$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x297b}}}}->{${$this->x9de23->x1187->x2a4d}})) {
${$this->xa7f39->x1187->{$this->xa7f39->x1187->x2977}}->{${$this->x9de23->x1165->x1425}} = ${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x1731}}}}};
}
}
} else {
if ($xcf3(${$this->xa7f39->x1187->x2980})) {
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x170a}}} = ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x1710}}}}} . $xcfe(
$xd00((string)${$this->xa7f39->x1165->x1367}),
${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->x1702}}}}},
${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->x2d26}}}
);
${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x16fb}}} += ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x16f2}}};
}
}
}
return ${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x170a}}};
}
protected function setClassName($xd1a)
{
$xd17 = $this->xa7f39->x1187->x3481;
$this->{$this->xa7f39->x1187->{$this->x9de23->x1187->x28bb}} = $xd17(
${$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x2e52}}}
);
}
protected function getClassName()
{
return $this->{$this->xa7f39->x1187->{$this->x9de23->x1187->x28bb}};
}
protected function notice($xd46)
{
$xd3b = $this->x9de23->x1165->x1e7f;
$xd3f = $this->xa7f39->x1165->{$this->xa7f39->x1165->x1e9c};
${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x2e6c}}}} = "framework";
${$this->x03bb1->x1165->{$this->xa7f39->x1165->x182f}} = "core";
${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1844}}}} = "mageteam";
${$this->xa7f39->x1187->x2e80} = [
${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x2e6c}}}},
${$this->x03bb1->x1165->{$this->xa7f39->x1165->x182f}},
${$this->x03bb1->x1165->{$this->x03bb1->x1165->x183e}}
];
if (!$xd3b(
$xd3f($this->{$this->x03bb1->x1165->x1bee}()),
${$this->xa7f39->x1165->{$this->xa7f39->x1165->x184a}}
) && $this->{$this->x03bb1->x1187->x27d7}) {
$this->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x1287}}->{$this->x9de23->x1165->x220d}(
${$this->xa7f39->x1165->{$this->x9de23->x1165->x1820}}
);
}
}
public function getLogger()
{
return $this->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1288}}};
}
public function getFilePath($xd59, $xd6a = '/etc/modulexml')
{
$xd67 = $this->directoryReader->getModuleDir('', $xd59);
$xd64 = $this->readFactory->create($xd67);
if ($xd64->isFile($xd6a)) {
return $xd67 . $xd6a;
}
return false;
}
public function getPrefix($xdaf)
{
$xd89 = $this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x34ae}};
$xd94 = $this->x03bb1->x1165->{$this->xa7f39->x1165->x1eb2};
$xd9d = $this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1ec0}};
$xda2 = $this->xa7f39->x1187->x34d7;
${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->x2ec5}}} = $this->{$this->x03bb1->x1165->{$this->x9de23->x1165->x1271}}->{$this->x9de23->x1165->x2455}(
'wlp_' . ${$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x2eb9}}}}
);
if (${$this->xa7f39->x1165->x1888} === null) {
if ((${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1899}}}} = $this->{$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x323a}}}}}(
${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x187e}}},
'/etc/configxml'
)) !== false) {
${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x18a2}}} = $xd89(
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x189a}}}}}
);
${$this->x9de23->x1187->x2ee3} = (array)${$this->x9de23->x1187->{$this->xa7f39->x1187->x2ed7}}->default->{$this->x9de23->x1165->x246a}(
);
$xd94(${$this->x9de23->x1165->x18a7});
${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x188f}}} = ($xd9d(
$xda2(${$this->x9de23->x1187->x2ee3}),
"wyomind_"
)) ? "wyomind_" : "";
} else {
${$this->x03bb1->x1187->x2ebe} = "";
}
$this->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x288b}}->{$this->x9de23->x1165->x247c}(
'wlp_' . ${$this->xa7f39->x1187->x2eaf},
${$this->xa7f39->x1165->{$this->x9de23->x1165->x188a}}
);
}
return ${$this->x9de23->x1187->{$this->x03bb1->x1187->x2ec2}};
}
public function sprintfArray($xdc8, $xdca)
{
$xdc2 = $this->x9de23->x1165->x1ed3;
$xdc3 = $this->x03bb1->x1165->{$this->x9de23->x1165->x1ee3};
return $xdc2(
"sprintf",
$xdc3(
(array)$this->{$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x11b4}}}[${$this->x9de23->x1165->x18ae}],
${$this->xa7f39->x1165->x18b9}
)
);
}
public function getFrameworkVersion()
{
return $this->{$this->x9de23->x1165->{$this->x9de23->x1165->x1236}}->{$this->x03bb1->x1165->x2490}(
"Wyomind_Framework"
)['setup_version'];
}
public function getStoreConfig($xde0, $xde5 = null)
{
${$this->x03bb1->x1187->{$this->x03bb1->x1187->x2f0e}} = \Magento\Store\Model\ScopeInterface::SCOPE_STORES;
if (!${$this->xa7f39->x1165->x18d2}) {
${$this->x9de23->x1165->x18de} = \Magento\Framework\App\Config\ScopeConfigInterface::SCOPE_TYPE_DEFAULT;
}
return $this->scopeConfig->{$this->x9de23->x1165->x20db}(
${$this->xa7f39->x1165->x18c1},
${$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x18e3}}}},
${$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x18db}}}
);
}
public function setStoreConfig($xdfb, $xdfe, $xe07 = 0, $xe0a = true)
{
${$this->x9de23->x1187->{$this->x03bb1->x1187->x2f3f}} = \Magento\Store\Model\ScopeInterface::SCOPE_STORES;
if (!${$this->x03bb1->x1165->{$this->xa7f39->x1165->x190f}}) {
${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->x1925}}}} = \Magento\Framework\App\Config\ScopeConfigInterface::SCOPE_TYPE_DEFAULT;
}
$this->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x11d4}}->{$this->x9de23->x1165->x24a2}(
${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x2f18}}},
${$this->x03bb1->x1165->x18f8},
${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x1926}}}}},
${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1912}}}
);
if (${$this->xa7f39->x1187->{$this->x9de23->x1187->x2f36}}) {
$this->{$this->x9de23->x1187->{$this->x03bb1->x1187->x289a}}->{$this->xa7f39->x1165->x24ad}(['config']);
}
}
public function getDefaultConfig($xe10)
{
return $this->scopeConfig->{$this->x9de23->x1165->x20db}(
${$this->x03bb1->x1187->x2f49},
\Magento\Framework\App\Config\ScopeConfigInterface::SCOPE_TYPE_DEFAULT
);
}
public function getStoreConfigUncrypted($xe1f)
{
return $this->{$this->x03bb1->x1187->x2851}->{$this->xa7f39->x1165->x218a}(
$this->scopeConfig->{$this->x9de23->x1165->x20db}(
${$this->x03bb1->x1187->x2f4f},
\Magento\Framework\App\Config\ScopeConfigInterface::SCOPE_TYPE_DEFAULT
)
);
}
public function setStoreConfigCrypted($xe34, $xe38, $xe3d = 0, $xe40 = true)
{
$this->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x11d7}}}}->{$this->x9de23->x1165->x24a2}(
${$this->x9de23->x1165->x193e},
$this->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x1247}}->{$this->x9de23->x1165->x24f8}(
${$this->xa7f39->x1187->x2f60}
),
\Magento\Framework\App\Config\ScopeConfigInterface::SCOPE_TYPE_DEFAULT,
${$this->xa7f39->x1187->{$this->xa7f39->x1187->x2f72}}
);
if (${$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1962}}}) {
$this->{$this->x03bb1->x1187->x2899}->{$this->xa7f39->x1165->x24ad}(['config']);
}
}
public function setDefaultConfig($xe51, $xe52, $xe55 = true)
{
$this->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x11d7}}}}->{$this->x9de23->x1165->x24a2}(
${$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x2f8d}}}}},
${$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x197b}}},
\Magento\Framework\App\Config\ScopeConfigInterface::SCOPE_TYPE_DEFAULT,
0
);
if (${$this->xa7f39->x1187->{$this->x03bb1->x1187->x2f99}}) {
$this->{$this->x9de23->x1187->{$this->x03bb1->x1187->x289a}}->{$this->xa7f39->x1165->x24ad}(['config']);
}
}
public function getDefaultConfigUncrypted($xe5e)
{
return $this->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x1247}}->{$this->xa7f39->x1165->x218a}(
$this->scopeConfig->{$this->x9de23->x1165->x20db}(
${$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1992}}},
\Magento\Framework\App\Config\ScopeConfigInterface::SCOPE_TYPE_DEFAULT
)
);
}
public function setDefaultConfigCrypted($xe6d, $xe71, $xe76 = true)
{
$this->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x11d6}}}->{$this->x9de23->x1165->x24a2}(
${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x2fb0}}}}},
$this->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x2855}}->{$this->x9de23->x1165->x24f8}(
${$this->x9de23->x1187->{$this->xa7f39->x1187->x2fb7}}
),
\Magento\Framework\App\Config\ScopeConfigInterface::SCOPE_TYPE_DEFAULT,
0
);
if (${$this->x9de23->x1165->{$this->x03bb1->x1165->x19a4}}) {
$this->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1275}}->{$this->xa7f39->x1165->x24ad}(['config']);
}
}
public function camelize($xe8a)
{
$xe87 = $this->xa7f39->x1187->x34ff;
$xe84 = $this->x03bb1->x1165->x1ef6;
return $xe87(" ", "", $xe84($xe87("_", " ", ${$this->xa7f39->x1187->x2fcf})));
}
public function cleanCache($xe93 = ['config'])
{
$this->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1275}}->{$this->xa7f39->x1165->x24ad}(
${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x2fde}}}
);
}
public function isAdmin()
{
if ($this->{$this->x03bb1->x1187->x32b1}()) {
return true;
}
${$this->x03bb1->x1165->{$this->x9de23->x1165->x19c5}} = $this->{$this->x9de23->x1187->x2880}->{$this->xa7f39->x1165->x1fe7}(
'\Magento\Framework\App\State'
);
${$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x19d5}}}} = "";
try {
${$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x19d5}}}} = ${$this->x03bb1->x1187->{$this->xa7f39->x1187->x2fe8}}->{$this->xa7f39->x1165->x2593}(
);
} catch (\Exception $e) {
}
if (${$this->x03bb1->x1165->x19cb} == \Magento\Backend\App\Area\FrontNameResolver::AREA_CODE) {
return true;
} else {
return false;
}
}
public function isCli()
{
$xeb1 = $this->xa7f39->x1187->x3518;
return $xeb1() === 'cli';
}
public function getMagentoVersion()
{
$xeba = $this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x352e}};
${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x19eb}}} = $xeba(
"-",
$this->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x11e5}}->{$this->x03bb1->x1165->x259f}()
);
if (${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x19ed}}}}[0] == "dev") {
return ${$this->x03bb1->x1187->{$this->x9de23->x1187->x300a}}[1];
}
return ${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x19ed}}}}[0];
}
public function getModuleVersion($xed2)
{
$xeda = $this->xa7f39->x1187->x3532;
${$this->xa7f39->x1165->x19fa} = $this->{$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1260}}}}->{$this->x9de23->x1165->x2427}(
'',
${$this->x9de23->x1165->{$this->x9de23->x1165->x19f3}}
);
${$this->x03bb1->x1165->x19fe} = $xeda(
${$this->x03bb1->x1187->{$this->x03bb1->x1187->x3023}} . "/etc/modulexml"
);
return (string)${$this->x9de23->x1165->{$this->x03bb1->x1165->x1a03}}->module['setup_version'];
}
public function checkActivation($x105a, $x105d = false)
{
$xf23 = $this->x03bb1->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1f42}}};
$xf27 = $this->xa7f39->x1165->x1f47;
$xfbb = $this->x9de23->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x355a}};
$xf42 = $this->x9de23->x1187->x3566;
$xfd8 = $this->xa7f39->x1165->x1f67;
$xfdd = $this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x3581}}}};
$xfe3 = $this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1f8e}};
${$this->xa7f39->x1187->x3049} = $this->{$this->x03bb1->x1165->{$this->x9de23->x1165->x1251}}->{$this->xa7f39->x1165->x2193}(
${$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1a0a}}}["config"] . "/license/extension_version"
);
${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x1a21}}} = $this->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x2855}}->{$this->xa7f39->x1165->x218a}(
$this->{$this->x9de23->x1187->{$this->x9de23->x1187->x2862}}->{$this->xa7f39->x1165->x2193}(
${$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1a0a}}}["config"] . "/license/activation_key"
)
);
if (${$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x305a}}} === "") {
${$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x305e}}}} = $this->{$this->xa7f39->x1187->x3255}(
${$this->xa7f39->x1187->x3030}["config"] . "/license/activation_key"
);
if (${$this->x9de23->x1165->x1a1c} != "") {
$xf23(${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x1a21}}});
if ($xf27() != JSON_ERROR_NONE || $xfbb(
(string)${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1a26}}}}},
0,
3
) == "0:2") {
$this->{$this->x9de23->x1187->{$this->x03bb1->x1187->x3292}}(
${$this->x03bb1->x1187->{$this->x9de23->x1187->x3035}}["config"] . "/license/activation_key",
${$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x305a}}}
);
}
}
}
if (${$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x305e}}}} != "") {
$xf23(${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x1a21}}});
if ($xf27() != JSON_ERROR_NONE || $xfbb(
(string)${$this->xa7f39->x1165->{$this->x9de23->x1165->x1a20}},
0,
3
) == "0:2") {
${$this->x9de23->x1165->x1a1c} = "";
$this->{$this->x9de23->x1165->x1c7d}(
${$this->x03bb1->x1165->{$this->x9de23->x1165->x1a07}}["config"] . "/license/activation_key",
${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1a25}}}}
);
}
}
${$this->x9de23->x1165->{$this->x03bb1->x1165->x1a2e}} = $this->{$this->x03bb1->x1187->x2851}->{$this->xa7f39->x1165->x218a}(
$this->{$this->x03bb1->x1187->x285d}->{$this->xa7f39->x1165->x2193}(
${$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1a0a}}}["config"] . "/license/activation_code"
)
);
${$this->x03bb1->x1165->x1a33} = $xf42(
" ",
"",
${$this->x03bb1->x1187->{$this->x9de23->x1187->x3035}}["namespace"]
);
${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->x307d}}}} = false;
if (${$this->xa7f39->x1165->{$this->x9de23->x1165->x1a17}} != "" && ${$this->xa7f39->x1165->x1a12} != ${$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1a0a}}}["version"]) {
$this->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x1bfe}}}}(
"------------------------------------------"
);
$this->{$this->x03bb1->x1187->{$this->x9de23->x1187->x3215}}(
"Checking registration of the license"
);
$this->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1bfd}}}(
"Upgrade " . ${$this->xa7f39->x1187->x3030}['label'] . " from " . ${$this->xa7f39->x1187->x3049} . " to " . ${$this->xa7f39->x1187->x3030}["version"]
);
$this->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1bfd}}}(
"Activation key: " . ${$this->xa7f39->x1165->{$this->x9de23->x1165->x1a20}}
);
${$this->xa7f39->x1187->x3080} = $this->{$this->x03bb1->x1165->{$this->x9de23->x1165->x126b}}->{$this->xa7f39->x1165->x1fe7}(
"\\Magento\\Backend\\Model\\Auth"
);
if (${$this->xa7f39->x1165->x1a53}->{$this->xa7f39->x1165->x2295}() != null) {
$this->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1bfd}}}(
"User: " . ${$this->x03bb1->x1165->{$this->xa7f39->x1165->x1a56}}->{$this->xa7f39->x1165->x2295}(
)->{$this->xa7f39->x1165->x22bd}()
);
}
$this->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1c6c}}(
${$this->x03bb1->x1165->{$this->x9de23->x1165->x1a07}}["config"] . "/license/activation_code",
""
);
$this->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x3283}}(
${$this->xa7f39->x1187->x3030}["config"] . "/license/extension_version",
${$this->x03bb1->x1187->{$this->x9de23->x1187->x3035}}["version"]
);
${$this->xa7f39->x1165->x1a60} = $this->{$this->xa7f39->x1187->{$this->x03bb1->x1187->x32e3}}(
${$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1a0a}}}["label"],
"upgrade",
[
${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x3052}}},
${$this->x03bb1->x1187->{$this->x9de23->x1187->x3035}}["version"],
${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x3075}}},
${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1a26}}}}}
]
);
$this->{$this->xa7f39->x1187->x27d0} = $this->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x126d}}}->{$this->xa7f39->x1165->x1fe7}(
"\\Magento\\Framework\\Session\\SessionManagerInterface"
);
$this->{$this->xa7f39->x1187->x27d0}->{$this->xa7f39->x1165->x26d9}(
"update_" . ${$this->x9de23->x1165->x1a06}["value"],
"true"
);
} else {
${$this->x03bb1->x1187->x30a6} = "TRIAL";
${$this->x03bb1->x1165->x1a70} = false;
${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x30c4}}}}} = -1;
if ($xfbb(
(string)${$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x305a}}},
0,
5
) == ${$this->x9de23->x1165->{$this->xa7f39->x1165->x1a6a}}) {
${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->xa7f39->x1165->x1a96}}} = $xfbb(
(string)${$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x305a}}},
24,
4
);
${$this->xa7f39->x1165->x1a9c} = $xfbb((string)${$this->x9de23->x1165->x1a1c}, 28, 2);
${$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x30e5}}} = $xfbb(
(string)${$this->xa7f39->x1165->{$this->x9de23->x1165->x1a20}},
30,
2
);
${$this->x9de23->x1165->x1aa9} = ${$this->xa7f39->x1187->{$this->x9de23->x1187->x30cb}} . "-" . ${$this->xa7f39->x1165->x1a9c} . "-" . ${$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x30e5}}};
${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x30bf}}} = $xfd8(
($xfdd((string)${$this->x03bb1->x1165->{$this->x9de23->x1165->x1aaa}}) - $xfe3()) / 3600 / 24
);
${$this->xa7f39->x1187->{$this->x9de23->x1187->x30b5}} = true;
}
if (${$this->xa7f39->x1165->{$this->x9de23->x1165->x1a20}} != "" && ${$this->x9de23->x1165->{$this->x03bb1->x1165->x1a2e}} == "") {
${$this->x03bb1->x1187->x3096} = $this->{$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x32e8}}}(
${$this->x03bb1->x1187->{$this->x9de23->x1187->x3035}}["label"],
"invalidated",
[
${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x3075}}},
${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1a26}}}}}
]
);
} elseif (${$this->x9de23->x1165->x1a29} == '') {
${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x30a4}}}} = $this->{$this->xa7f39->x1187->{$this->x03bb1->x1187->x32e3}}(
${$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1a0a}}}["label"],
"pending",
[${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x1a3f}}}}}]
);
} elseif (${$this->xa7f39->x1187->{$this->x9de23->x1187->x30b5}} && ${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x30c4}}}}} > 0) {
${$this->xa7f39->x1187->x30ea} = "";
${$this->x9de23->x1187->x30f4} = "green";
if (${$this->x9de23->x1165->x1a83} > 1) {
${$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1ab9}}}}} = "s";
}
if (${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x30c0}}}} < 4) {
${$this->x9de23->x1165->{$this->x03bb1->x1165->x1ac0}} = "red";
${$this->x03bb1->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1a64}}} = $this->{$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x32ed}}}}}(
${$this->x03bb1->x1187->{$this->x9de23->x1187->x3035}}["label"],
"trial_almost_expired",
[
${$this->x9de23->x1165->x1abe},
${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x30bf}}},
${$this->xa7f39->x1165->{$this->x03bb1->x1165->x1ab1}},
${$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x305e}}}}
]
);
} elseif (${$this->x9de23->x1165->x1a83}) {
${$this->x9de23->x1165->x1abe} = "orange";
${$this->xa7f39->x1165->x1a60} = $this->{$this->x9de23->x1165->{$this->x9de23->x1165->x1ccf}}(
${$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1a0a}}}["label"],
"trial",
[
${$this->x03bb1->x1187->{$this->xa7f39->x1187->x30f8}},
${$this->xa7f39->x1187->{$this->x9de23->x1187->x30bd}},
${$this->xa7f39->x1165->{$this->x03bb1->x1165->x1ab1}}
]
);
}
} elseif (${$this->x9de23->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x1a7e}}}}}) {
${$this->x03bb1->x1187->{$this->x9de23->x1187->x309b}} = $this->{$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x32ed}}}}}(
${$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1a0a}}}["label"],
"trial_expired",
[${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->x1a26}}}}}]
);
} else {
${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x307b}}} = true;
${$this->x03bb1->x1187->{$this->x9de23->x1187->x309b}} = $this->{$this->xa7f39->x1187->{$this->x03bb1->x1187->x32e3}}(
${$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->x1a0a}}}["label"],
"success"
);
}
}
if (${$this->xa7f39->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x3043}}}}) {
return ${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x30a0}}};
} else {
if (!${$this->x03bb1->x1187->{$this->xa7f39->x1187->x307a}}) {
$this->{$this->x9de23->x1187->x32d5}(
${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->x30a0}}}
);
}
}
}
protected function addWarning($x106b)
{
$this->{$this->x9de23->x1165->{$this->xa7f39->x1165->x11a7}}[] = ${$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->x3101}}}};
}
protected function getMessage($x108e, $x107e, $x108d = [])
{
$x108b = $this->xa7f39->x1187->{$this->x9de23->x1187->x3596};
if (${$this->x9de23->x1165->x1adf}) {
${$this->x03bb1->x1165->x1af1} = $this->{$this->xa7f39->x1187->x3245}(
${$this->x9de23->x1187->{$this->xa7f39->x1187->x3110}},
${$this->x03bb1->x1187->x3117}
);
} else {
${$this->x9de23->x1165->{$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x1afa}}}} = $x108b(
" " . ${$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->x03bb1->x1187->x3122}}}}
);
}
return "<b> Wyomind " . ${$this->xa7f39->x1187->x3102} . "</b> <br> " . ${$this->x03bb1->x1165->x1af1} . "";
}
public function getWarnings()
{
return $this->{$this->x9de23->x1165->{$this->xa7f39->x1165->x11a7}};
}
public function getValues()
{
$x10a4 = $this->x9de23->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->x35ab}}}};
$x10d6 = $this->xa7f39->x1165->x1fb1;
$x10ff = $this->xa7f39->x1187->x35bb;
$x1100 = $this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1fd2}};
$x1107 = $this->x03bb1->x1187->{$this->x9de23->x1187->x35d8};
${$this->x9de23->x1165->{$this->x9de23->x1165->x1aff}} = [];
${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x3147}}} = [];
if ($x10a4(
$this->{$this->x9de23->x1165->{$this->x9de23->x1165->x1202}} . "/vendor/wyomind/"
)) {
${$this->x03bb1->x1187->{$this->xa7f39->x1187->x3144}}[$this->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x1205}}} . "/vendor/wyomind/"] = $this->{$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x03bb1->x1165->x11f6}}}->{$this->xa7f39->x1165->x20c7}(
$this->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x1205}}} . "/vendor/wyomind/"
);
}
if ($x10a4(
$this->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x1205}}} . "/app/code/Wyomind/"
)) {
${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x314a}}}}[$this->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x1205}}} . "/app/code/Wyomind/"] = $this->{$this->x9de23->x1165->{$this->x9de23->x1165->x11f3}}->{$this->xa7f39->x1165->x20c7}(
$this->{$this->x9de23->x1165->{$this->x9de23->x1165->{$this->x9de23->x1165->x1205}}} . "/app/code/Wyomind/"
);
}
${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x1b1e}}}} = "framework";
${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->xa7f39->x1187->x3160}}}}} = "core";
${$this->xa7f39->x1187->x3163} = "mageteam";
${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->x3173}}} = [
${$this->x9de23->x1187->{$this->xa7f39->x1187->x3151}},
${$this->xa7f39->x1187->{$this->xa7f39->x1187->x3155}},
${$this->xa7f39->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x1b2e}}}
];
foreach (${$this->x9de23->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->x03bb1->x1165->{$this->x9de23->x1165->x1b13}}}}} as ${$this->xa7f39->x1165->{$this->xa7f39->x1165->x1b3e}} => ${$this->xa7f39->x1165->x1b46}) {
${$this->xa7f39->x1165->{$this->xa7f39->x1165->x1b51}} = $this->{$this->x9de23->x1165->{$this->x9de23->x1165->x11f3}}->{$this->xa7f39->x1165->x20c7}(
${$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x3181}}}}
);
foreach (
${$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x3191}}}->{$this->x9de23->x1165->x276c}(
) as ${$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x319b}}}
) {
if (!$x10d6(
$x10ff(${$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->x319b}}}),
${$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->{$this->x9de23->x1187->x3177}}}}
)) {
if (${$this->xa7f39->x1165->x1b4f}->{$this->x9de23->x1165->x277b}(
${$this->x9de23->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x03bb1->x1187->x319d}}}}
) && ${$this->xa7f39->x1165->x1b54} != && ${$this->xa7f39->x1165->x1b54} != "..") {
if (${$this->xa7f39->x1165->{$this->xa7f39->x1165->x1b51}}->{$this->x03bb1->x1165->x2448}(
${$this->x9de23->x1187->{$this->x03bb1->x1187->x3196}} . "/etc/configxml"
)) {
${$this->x9de23->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->x31a4}}} = $x10ff(
$x1100("./", "", ${$this->x9de23->x1187->x3195})
);
${$this->x03bb1->x1165->x1b6b} = $x1107(
${$this->xa7f39->x1187->x317a} . ${$this->x9de23->x1187->x3195} . "/etc/modulexml"
);
${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->x31bc}}}} = ${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x03bb1->x1187->x31b4}}}->{$this->x9de23->x1165->x279f}(
'/config/module'
);
foreach (${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->x9de23->x1187->{$this->xa7f39->x1187->x31bc}}}} as ${$this->xa7f39->x1165->{$this->x9de23->x1165->{$this->x03bb1->x1165->x1b87}}}) {
${$this->x9de23->x1187->x31c4} = (string)${$this->x03bb1->x1165->x1b80}['name'];
${$this->xa7f39->x1165->x1b9c} = (string)${$this->x9de23->x1187->x31bd}['setup_version'];
}
if ($this->{$this->x03bb1->x1165->x27a8}(
${$this->x03bb1->x1187->{$this->x03bb1->x1187->{$this->xa7f39->x1187->{$this->x9de23->x1187->x31cc}}}}
)) {
${$this->x03bb1->x1165->x1ba7} = $this->{$this->x03bb1->x1165->x1c19}(
${$this->x9de23->x1165->x1b8c}
);
${$this->x9de23->x1187->x31d7} = $this->{$this->x03bb1->x1165->x1c32}(
${$this->x9de23->x1165->{$this->xa7f39->x1165->x1bab}} . ${$this->x9de23->x1187->{$this->x9de23->x1187->x31a3}} . "/license/extension_label"
);
${$this->x9de23->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1b04}}}[] = [
"label" => ${$this->xa7f39->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1bb4}}},
"value" => ${$this->xa7f39->x1165->x1b54},
"version" => ${$this->x03bb1->x1187->x31cd},
"config" => ${$this->x9de23->x1165->{$this->xa7f39->x1165->x1bab}} . ${$this->x03bb1->x1165->{$this->xa7f39->x1165->{$this->x9de23->x1165->x1b66}}},
"namespace" => ${$this->x03bb1->x1187->{$this->xa7f39->x1187->x31c5}}
];
}
}
}
}
}
}
return ${$this->x03bb1->x1187->x313a};
}
}
© 2023 Quttera Ltd. All rights reserved.