Sindbad~EG File Manager

Current Path : /proc/2302468/cwd/plugins/fluentform/app/Services/wpfluent/libs/viocon/
Upload File :
Current File : //proc/2302468/cwd/plugins/fluentform/app/Services/wpfluent/libs/viocon/autoload.php

<?php

spl_autoload_register(function ($class) {

    $namespace = 'Viocon';

    if (substr($class, 0, strlen($namespace)) !== $namespace) {
        return;
    }

    $classPath = str_replace(
        array('\\', $namespace, strtolower($namespace)),
        array('/', 'src/Viocon', ''),
        $class
    );

    $basePath = plugin_dir_path(__FILE__);

    $file = $basePath.trim($classPath, '/').'.php';

    if (is_readable($file)) {
        include $file;
    }
});

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists