REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 502 B
Close
/var/softaculous/sitepad/editor/site-data/plugins/loginizer-security/lib/MaxMind/autoloader.php
Text
Base64
<?php function loginizer_maxmind_autoloader($class){ $prefix = 'LoginizerMaxMind\\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('loginizer_maxmind_autoloader');
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 1 × Files: 1
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
Db
DIR
-
drwxr-xr-x
2026-04-25 02:31:38
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
autoloader.php
502 B
lrw-r--r--
2026-04-22 07:17:42
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).