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/Component/Security/Http/autoload.php
<?php
// require:
require_once 'Symfony/Component/Security/Core/autoload.php';
require_once 'Symfony/Component/HttpFoundation/autoload.php';
require_once 'Symfony/Component/HttpKernel/autoload.php';
require_once 'Symfony/Component/PropertyAccess/autoload.php';

// suggest:
if (stream_resolve_include_path('Symfony/Component/Security/Csrf/autoload.php')){
    include_once 'Symfony/Component/Security/Csrf/autoload.php';
}
if (stream_resolve_include_path('Symfony/Component/Routing/autoload.php')){
    include_once 'Symfony/Component/Routing/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\\component\\security\\http\\accessmap' => '/AccessMap.php',
                'symfony\\component\\security\\http\\accessmapinterface' => '/AccessMapInterface.php',
                'symfony\\component\\security\\http\\authentication\\authenticationfailurehandlerinterface' => '/Authentication/AuthenticationFailureHandlerInterface.php',
                'symfony\\component\\security\\http\\authentication\\authenticationsuccesshandlerinterface' => '/Authentication/AuthenticationSuccessHandlerInterface.php',
                'symfony\\component\\security\\http\\authentication\\authenticationutils' => '/Authentication/AuthenticationUtils.php',
                'symfony\\component\\security\\http\\authentication\\customauthenticationfailurehandler' => '/Authentication/CustomAuthenticationFailureHandler.php',
                'symfony\\component\\security\\http\\authentication\\customauthenticationsuccesshandler' => '/Authentication/CustomAuthenticationSuccessHandler.php',
                'symfony\\component\\security\\http\\authentication\\defaultauthenticationfailurehandler' => '/Authentication/DefaultAuthenticationFailureHandler.php',
                'symfony\\component\\security\\http\\authentication\\defaultauthenticationsuccesshandler' => '/Authentication/DefaultAuthenticationSuccessHandler.php',
                'symfony\\component\\security\\http\\authentication\\simpleauthenticationhandler' => '/Authentication/SimpleAuthenticationHandler.php',
                'symfony\\component\\security\\http\\authentication\\simpleformauthenticatorinterface' => '/Authentication/SimpleFormAuthenticatorInterface.php',
                'symfony\\component\\security\\http\\authentication\\simplepreauthenticatorinterface' => '/Authentication/SimplePreAuthenticatorInterface.php',
                'symfony\\component\\security\\http\\authorization\\accessdeniedhandlerinterface' => '/Authorization/AccessDeniedHandlerInterface.php',
                'symfony\\component\\security\\http\\controller\\uservalueresolver' => '/Controller/UserValueResolver.php',
                'symfony\\component\\security\\http\\entrypoint\\authenticationentrypointinterface' => '/EntryPoint/AuthenticationEntryPointInterface.php',
                'symfony\\component\\security\\http\\entrypoint\\basicauthenticationentrypoint' => '/EntryPoint/BasicAuthenticationEntryPoint.php',
                'symfony\\component\\security\\http\\entrypoint\\formauthenticationentrypoint' => '/EntryPoint/FormAuthenticationEntryPoint.php',
                'symfony\\component\\security\\http\\entrypoint\\retryauthenticationentrypoint' => '/EntryPoint/RetryAuthenticationEntryPoint.php',
                'symfony\\component\\security\\http\\event\\deauthenticatedevent' => '/Event/DeauthenticatedEvent.php',
                'symfony\\component\\security\\http\\event\\interactiveloginevent' => '/Event/InteractiveLoginEvent.php',
                'symfony\\component\\security\\http\\event\\switchuserevent' => '/Event/SwitchUserEvent.php',
                'symfony\\component\\security\\http\\firewall' => '/Firewall.php',
                'symfony\\component\\security\\http\\firewall\\abstractauthenticationlistener' => '/Firewall/AbstractAuthenticationListener.php',
                'symfony\\component\\security\\http\\firewall\\abstractpreauthenticatedlistener' => '/Firewall/AbstractPreAuthenticatedListener.php',
                'symfony\\component\\security\\http\\firewall\\accesslistener' => '/Firewall/AccessListener.php',
                'symfony\\component\\security\\http\\firewall\\anonymousauthenticationlistener' => '/Firewall/AnonymousAuthenticationListener.php',
                'symfony\\component\\security\\http\\firewall\\basicauthenticationlistener' => '/Firewall/BasicAuthenticationListener.php',
                'symfony\\component\\security\\http\\firewall\\channellistener' => '/Firewall/ChannelListener.php',
                'symfony\\component\\security\\http\\firewall\\contextlistener' => '/Firewall/ContextListener.php',
                'symfony\\component\\security\\http\\firewall\\exceptionlistener' => '/Firewall/ExceptionListener.php',
                'symfony\\component\\security\\http\\firewall\\legacylistenertrait' => '/Firewall/LegacyListenerTrait.php',
                'symfony\\component\\security\\http\\firewall\\listenerinterface' => '/Firewall/ListenerInterface.php',
                'symfony\\component\\security\\http\\firewall\\logoutlistener' => '/Firewall/LogoutListener.php',
                'symfony\\component\\security\\http\\firewall\\remembermelistener' => '/Firewall/RememberMeListener.php',
                'symfony\\component\\security\\http\\firewall\\remoteuserauthenticationlistener' => '/Firewall/RemoteUserAuthenticationListener.php',
                'symfony\\component\\security\\http\\firewall\\simpleformauthenticationlistener' => '/Firewall/SimpleFormAuthenticationListener.php',
                'symfony\\component\\security\\http\\firewall\\simplepreauthenticationlistener' => '/Firewall/SimplePreAuthenticationListener.php',
                'symfony\\component\\security\\http\\firewall\\switchuserlistener' => '/Firewall/SwitchUserListener.php',
                'symfony\\component\\security\\http\\firewall\\usernamepasswordformauthenticationlistener' => '/Firewall/UsernamePasswordFormAuthenticationListener.php',
                'symfony\\component\\security\\http\\firewall\\usernamepasswordjsonauthenticationlistener' => '/Firewall/UsernamePasswordJsonAuthenticationListener.php',
                'symfony\\component\\security\\http\\firewall\\x509authenticationlistener' => '/Firewall/X509AuthenticationListener.php',
                'symfony\\component\\security\\http\\firewallmap' => '/FirewallMap.php',
                'symfony\\component\\security\\http\\firewallmapinterface' => '/FirewallMapInterface.php',
                'symfony\\component\\security\\http\\httputils' => '/HttpUtils.php',
                'symfony\\component\\security\\http\\logout\\cookieclearinglogouthandler' => '/Logout/CookieClearingLogoutHandler.php',
                'symfony\\component\\security\\http\\logout\\csrftokenclearinglogouthandler' => '/Logout/CsrfTokenClearingLogoutHandler.php',
                'symfony\\component\\security\\http\\logout\\defaultlogoutsuccesshandler' => '/Logout/DefaultLogoutSuccessHandler.php',
                'symfony\\component\\security\\http\\logout\\logouthandlerinterface' => '/Logout/LogoutHandlerInterface.php',
                'symfony\\component\\security\\http\\logout\\logoutsuccesshandlerinterface' => '/Logout/LogoutSuccessHandlerInterface.php',
                'symfony\\component\\security\\http\\logout\\logouturlgenerator' => '/Logout/LogoutUrlGenerator.php',
                'symfony\\component\\security\\http\\logout\\sessionlogouthandler' => '/Logout/SessionLogoutHandler.php',
                'symfony\\component\\security\\http\\parameterbagutils' => '/ParameterBagUtils.php',
                'symfony\\component\\security\\http\\rememberme\\abstractremembermeservices' => '/RememberMe/AbstractRememberMeServices.php',
                'symfony\\component\\security\\http\\rememberme\\persistenttokenbasedremembermeservices' => '/RememberMe/PersistentTokenBasedRememberMeServices.php',
                'symfony\\component\\security\\http\\rememberme\\remembermeservicesinterface' => '/RememberMe/RememberMeServicesInterface.php',
                'symfony\\component\\security\\http\\rememberme\\responselistener' => '/RememberMe/ResponseListener.php',
                'symfony\\component\\security\\http\\rememberme\\tokenbasedremembermeservices' => '/RememberMe/TokenBasedRememberMeServices.php',
                'symfony\\component\\security\\http\\securityevents' => '/SecurityEvents.php',
                'symfony\\component\\security\\http\\session\\sessionauthenticationstrategy' => '/Session/SessionAuthenticationStrategy.php',
                'symfony\\component\\security\\http\\session\\sessionauthenticationstrategyinterface' => '/Session/SessionAuthenticationStrategyInterface.php',
                'symfony\\component\\security\\http\\util\\targetpathtrait' => '/Util/TargetPathTrait.php'
            );
        }
        $cn = strtolower($class);
        if (isset($classes[$cn]) and file_exists(__DIR__ . $classes[$cn])) {
            require __DIR__ . $classes[$cn];
        }
    },
    true,
    false
);
// @codeCoverageIgnoreEnd