Heray-Was-Here
Server : Apache
System : Linux dal-shared-66.hostwindsdns.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64
User : krnuyqrm ( 1183)
PHP Version : 7.4.33
Disable Function : NONE
Directory :  /var/softaculous/sitepad/editor/site-data/plugins/cookieadmin-pro/lib/MaxMind/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //var/softaculous/sitepad/editor/site-data/plugins/cookieadmin-pro/lib/MaxMind/autoloader.php
<?php
function cookieadmin_pro_maxmind_autoloader($class){
    $prefix = 'CookieadminProMaxMind\\Db\\';
    $base_dir = __DIR__ . '/Db/';

    if(strncmp($class, $prefix, strlen($prefix)) !== 0){
        return;
    }

    $relative = substr($class, strlen($prefix));
    $relative_path = str_replace('\\', '/', $relative) . '.php';
    $file = $base_dir . $relative_path;

    if(file_exists($file)){
        include_once $file;
    }
}
spl_autoload_register('cookieadmin_pro_maxmind_autoloader');


Hry