UnknownSec Bypass
403
:
/
mnt
/
lmsestudio-instance-vol002
/
lms_172a2a82e076
/
vendor
/
league
/
csv
/ [
drwxr-xr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
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; });
Copyright © 2026 - UnknownSec