Sindbad~EG File Manager
<?php
// Autoload Service Container.
require_once(__DIR__.'/libs/viocon/autoload.php');
spl_autoload_register(function ($class) {
$namespace = 'WpFluent';
if (substr($class, 0, strlen($namespace)) !== $namespace) {
return;
}
$className = str_replace(
array('\\', $namespace, strtolower($namespace)),
array('/', 'src', ''),
$class
);
$basePath = plugin_dir_path(__FILE__);
$file = $basePath.trim($className, '/').'.php';
if (is_readable($file)) {
include $file;
}
});
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists