PHP 8.2.30
Preview: autoloader.php Size: 338 B
/opt/cloudlinux/alt-php54/root/usr/share/pear/Symfony/Component/Security/autoloader.php

<?php

spl_autoload_register(function ($class) {
    if ('\\' == $class[0]) {
        $class = substr($class, 1);
    }

    if (
        0 === strpos($class, 'Symfony\\Component\\Security\\')
        &&
        file_exists($file = __DIR__.'/../../../'.str_replace('\\', '/', $class).'.php')
    ) {
        require_once $file;
    }
});

Directory Contents

Dirs: 5 × Files: 1

Name Size Perms Modified Actions
Acl DIR
- drwxr-xr-x 2024-03-03 22:54:50
Edit Download
Core DIR
- drwxr-xr-x 2024-03-03 22:54:51
Edit Download
Csrf DIR
- drwxr-xr-x 2024-03-03 22:54:51
Edit Download
Http DIR
- drwxr-xr-x 2024-03-03 22:54:51
Edit Download
Resources DIR
- drwxr-xr-x 2024-03-03 22:54:50
Edit Download
338 B lrw-r--r-- 2019-12-18 11:22:57
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).