Sindbad~EG File Manager

Current Path : /home/escuelai/www/it/vendor/league/csv/
Upload File :
Current File : /home/escuelai/www/it/vendor/league/csv/autoload.php

<?php

require __DIR__.'/src/functions_include.php';

spl_autoload_register(function ($class) {

    $prefix = 'League\Csv\\';
    if (0 !== strpos($class, $prefix)) {
        return;
    }

    $file = __DIR__.'/src/'.str_replace('\\', '/', substr($class, strlen($prefix))).'.php';
    if (!is_readable($file)) {
        return;
    }

    require $file;
});

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