<?php
/*
* @ PHP 7.2
* @ Decoder version : 1.0.0.3
* @ Release on : 14/04/2021
* @ Website : http://babiato.tech :)
*/
if (!function_exists("lisans_ekstra")) {
function lisans_ekstra()
{
global $lisans_ekstra;
include WP_CONTENT_DIR . "/plugins/haberadam-ekstra/lisans
$domain = $_SERVER["HTTP_HOST"];
$domain = str_replace("www.", "", $domain);
$random = "H6TRfeqERWF_HRFKMW83NOC";
$h = "" . $random . "_" . $domain . "";
$hash = md5($h);
if ($hash == $lisans_ekstra) {
return true;
}
if ($hash == $lisans2) {
return true;
}
if ($hash == $lisans3) {
return true;
}
if ($hash == $lisans4) {
return true;
}
if ($hash == $lisans5) {
return true;
}
return false;
}
}
require_once get_theme_file_path() .'/cs/codestar-framework.php';
?>