HEX
Server: nginx/1.18.0
System: Linux proba.drlaca.appboxes.co 6.1.0-28-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.119-1 (2024-11-22) x86_64
User: appbox (1000)
PHP: 7.4.3-4ubuntu2.29
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //usr/share/php/Symfony/Bundle/SecurityBundle/autoload.php
<?php
// require:
require_once 'Symfony/Component/Config/autoload.php';
require_once 'Symfony/Component/DependencyInjection/autoload.php';
require_once 'Symfony/Component/HttpKernel/autoload.php';
require_once 'Symfony/Component/Security/Core/autoload.php';
require_once 'Symfony/Component/Security/Csrf/autoload.php';
require_once 'Symfony/Component/Security/Guard/autoload.php';
require_once 'Symfony/Component/Security/Http/autoload.php';

// @codingStandardsIgnoreFile
// @codeCoverageIgnoreStart
// this is an autogenerated file - do not edit
spl_autoload_register(
    function($class) {
        static $classes = null;
        if ($classes === null) {
            $classes = array(
                'symfony\\bundle\\securitybundle\\cachewarmer\\expressioncachewarmer' => '/CacheWarmer/ExpressionCacheWarmer.php',
                'symfony\\bundle\\securitybundle\\command\\userpasswordencodercommand' => '/Command/UserPasswordEncoderCommand.php',
                'symfony\\bundle\\securitybundle\\datacollector\\securitydatacollector' => '/DataCollector/SecurityDataCollector.php',
                'symfony\\bundle\\securitybundle\\debug\\traceablefirewalllistener' => '/Debug/TraceableFirewallListener.php',
                'symfony\\bundle\\securitybundle\\debug\\wrappedlistener' => '/Debug/WrappedListener.php',
                'symfony\\bundle\\securitybundle\\dependencyinjection\\compiler\\addexpressionlanguageproviderspass' => '/DependencyInjection/Compiler/AddExpressionLanguageProvidersPass.php',
                'symfony\\bundle\\securitybundle\\dependencyinjection\\compiler\\addsecurityvoterspass' => '/DependencyInjection/Compiler/AddSecurityVotersPass.php',
                'symfony\\bundle\\securitybundle\\dependencyinjection\\compiler\\addsessiondomainconstraintpass' => '/DependencyInjection/Compiler/AddSessionDomainConstraintPass.php',
                'symfony\\bundle\\securitybundle\\dependencyinjection\\compiler\\registercsrftokenclearinglogouthandlerpass' => '/DependencyInjection/Compiler/RegisterCsrfTokenClearingLogoutHandlerPass.php',
                'symfony\\bundle\\securitybundle\\dependencyinjection\\mainconfiguration' => '/DependencyInjection/MainConfiguration.php',
                'symfony\\bundle\\securitybundle\\dependencyinjection\\security\\factory\\abstractfactory' => '/DependencyInjection/Security/Factory/AbstractFactory.php',
                'symfony\\bundle\\securitybundle\\dependencyinjection\\security\\factory\\formloginfactory' => '/DependencyInjection/Security/Factory/FormLoginFactory.php',
                'symfony\\bundle\\securitybundle\\dependencyinjection\\security\\factory\\formloginldapfactory' => '/DependencyInjection/Security/Factory/FormLoginLdapFactory.php',
                'symfony\\bundle\\securitybundle\\dependencyinjection\\security\\factory\\guardauthenticationfactory' => '/DependencyInjection/Security/Factory/GuardAuthenticationFactory.php',
                'symfony\\bundle\\securitybundle\\dependencyinjection\\security\\factory\\httpbasicfactory' => '/DependencyInjection/Security/Factory/HttpBasicFactory.php',
                'symfony\\bundle\\securitybundle\\dependencyinjection\\security\\factory\\httpbasicldapfactory' => '/DependencyInjection/Security/Factory/HttpBasicLdapFactory.php',
                'symfony\\bundle\\securitybundle\\dependencyinjection\\security\\factory\\jsonloginfactory' => '/DependencyInjection/Security/Factory/JsonLoginFactory.php',
                'symfony\\bundle\\securitybundle\\dependencyinjection\\security\\factory\\jsonloginldapfactory' => '/DependencyInjection/Security/Factory/JsonLoginLdapFactory.php',
                'symfony\\bundle\\securitybundle\\dependencyinjection\\security\\factory\\remembermefactory' => '/DependencyInjection/Security/Factory/RememberMeFactory.php',
                'symfony\\bundle\\securitybundle\\dependencyinjection\\security\\factory\\remoteuserfactory' => '/DependencyInjection/Security/Factory/RemoteUserFactory.php',
                'symfony\\bundle\\securitybundle\\dependencyinjection\\security\\factory\\securityfactoryinterface' => '/DependencyInjection/Security/Factory/SecurityFactoryInterface.php',
                'symfony\\bundle\\securitybundle\\dependencyinjection\\security\\factory\\simpleformfactory' => '/DependencyInjection/Security/Factory/SimpleFormFactory.php',
                'symfony\\bundle\\securitybundle\\dependencyinjection\\security\\factory\\simplepreauthenticationfactory' => '/DependencyInjection/Security/Factory/SimplePreAuthenticationFactory.php',
                'symfony\\bundle\\securitybundle\\dependencyinjection\\security\\factory\\x509factory' => '/DependencyInjection/Security/Factory/X509Factory.php',
                'symfony\\bundle\\securitybundle\\dependencyinjection\\security\\userprovider\\inmemoryfactory' => '/DependencyInjection/Security/UserProvider/InMemoryFactory.php',
                'symfony\\bundle\\securitybundle\\dependencyinjection\\security\\userprovider\\ldapfactory' => '/DependencyInjection/Security/UserProvider/LdapFactory.php',
                'symfony\\bundle\\securitybundle\\dependencyinjection\\security\\userprovider\\userproviderfactoryinterface' => '/DependencyInjection/Security/UserProvider/UserProviderFactoryInterface.php',
                'symfony\\bundle\\securitybundle\\dependencyinjection\\securityextension' => '/DependencyInjection/SecurityExtension.php',
                'symfony\\bundle\\securitybundle\\eventlistener\\firewalllistener' => '/EventListener/FirewallListener.php',
                'symfony\\bundle\\securitybundle\\eventlistener\\votelistener' => '/EventListener/VoteListener.php',
                'symfony\\bundle\\securitybundle\\security\\firewallconfig' => '/Security/FirewallConfig.php',
                'symfony\\bundle\\securitybundle\\security\\firewallcontext' => '/Security/FirewallContext.php',
                'symfony\\bundle\\securitybundle\\security\\firewallmap' => '/Security/FirewallMap.php',
                'symfony\\bundle\\securitybundle\\securitybundle' => '/SecurityBundle.php',
                'symfony\\bundle\\securitybundle\\securityuservalueresolver' => '/SecurityUserValueResolver.php',
                'symfony\\bundle\\securitybundle\\templating\\helper\\logouturlhelper' => '/Templating/Helper/LogoutUrlHelper.php',
                'symfony\\bundle\\securitybundle\\templating\\helper\\securityhelper' => '/Templating/Helper/SecurityHelper.php'
            );
        }
        $cn = strtolower($class);
        if (isset($classes[$cn]) and file_exists(__DIR__ . $classes[$cn])) {
            require __DIR__ . $classes[$cn];
        }
    },
    true,
    false
);
// @codeCoverageIgnoreEnd