if (defined("ABSPATH")) {
goto iT;
}
exit;
iT:
spl_autoload_register("mo_caw_license_classes_autoloader");
function mo_caw_license_classes_autoloader($JK)
{
$Qi = "MO_CAW\LicenseLibrary";
if (!(strpos($JK, $Qi) !== 0)) {
goto We;
}
return;
We:
$U4 = __DIR__ . DIRECTORY_SEPARATOR . "src";
$az = strtolower(str_replace("\", DIRECTORY_SEPARATOR, substr($JK, strlen($Qi))));
$Pw = strrchr($az, DIRECTORY_SEPARATOR);
$Hc = "class-" . str_replace("_", "-", str_replace(DIRECTORY_SEPARATOR, '', $Pw)) . ".php";
$Rv = str_replace($Pw, DIRECTORY_SEPARATOR . $Hc, $az);
$Gh = $U4 . $Rv;
if (!file_exists($Gh)) {
goto TC;
}
require_once $Gh;
TC:
}
© 2023 Quttera Ltd. All rights reserved.