https://betaerp.laroutedeslangues.com/

AppController :: index

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"App\Controller\AppController::index"
_route
"app_index"
_route_params
[
  "subdomain" => "betaerp"
  "domain" => "laroutedeslangues.com"
]
_security.403_error
Symfony\Component\Security\Core\Exception\AccessDeniedException {#4878
  #message: "User is not in a two-factor authentication process."
  #code: 403
  #file: "/home/www/laroutedeslangues.com/betaerp/releases/441/vendor/scheb/2fa-bundle/Security/Http/Authenticator/TwoFactorAuthenticator.php"
  #line: 109
  -attributes: []
  -subject: null
  trace: {
    /home/www/laroutedeslangues.com/betaerp/releases/441/vendor/scheb/2fa-bundle/Security/Http/Authenticator/TwoFactorAuthenticator.php:109 {
      Scheb\TwoFactorBundle\Security\Http\Authenticator\TwoFactorAuthenticator->authenticate(Request $request): PassportInterface …
      ›     // access_control can't handle this, as it's called after the authenticator    throw new AccessDeniedException('User is not in a two-factor authentication process.');}
    }
    /home/www/laroutedeslangues.com/betaerp/releases/441/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php:63 {
      Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator->authenticate(Request $request): PassportInterface …
      › $startTime = microtime(true);$this->passport = $this->authenticator->authenticate($request);$this->duration = microtime(true) - $startTime;
    }
    /home/www/laroutedeslangues.com/betaerp/releases/441/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:181 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticator(AuthenticatorInterface $authenticator, Request $request): Response …
      › // get the passport from the Authenticator$passport = $authenticator->authenticate($request);}
    /home/www/laroutedeslangues.com/betaerp/releases/441/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:161 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticators(array $authenticators, Request $request): Response …
      › 
      › $response = $this->executeAuthenticator($authenticator, $request);if (null !== $response) {
    }
    /home/www/laroutedeslangues.com/betaerp/releases/441/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:141 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->authenticateRequest(Request $request): Response …
      › 
      ›     return $this->executeAuthenticators($authenticators, $request);}
    }
    /home/www/laroutedeslangues.com/betaerp/releases/441/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php:40 {
      Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener->authenticate(RequestEvent $event): void …
      › $request = $event->getRequest();$response = $this->authenticatorManager->authenticateRequest($request);if (null === $response) {
    }
    /home/www/laroutedeslangues.com/betaerp/releases/441/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php:66 {
      Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener->authenticate(RequestEvent $event): void …
      › 
      › $this->authenticationManagerListener->authenticate($event);}
    /home/www/laroutedeslangues.com/betaerp/releases/441/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
      Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
      › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
    }
    /home/www/laroutedeslangues.com/betaerp/releases/441/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
      Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
      › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
    }
    /home/www/laroutedeslangues.com/betaerp/releases/441/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
      Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
      › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
    }
    /home/www/laroutedeslangues.com/betaerp/releases/441/vendor/symfony/security-http/Firewall.php:92 {
      Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
      › 
      ›     $this->callListeners($event, $authenticationListeners());}
    }
    /home/www/laroutedeslangues.com/betaerp/releases/441/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:118 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
    }
    /home/www/laroutedeslangues.com/betaerp/releases/441/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /home/www/laroutedeslangues.com/betaerp/releases/441/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    }
    /home/www/laroutedeslangues.com/betaerp/releases/441/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /home/www/laroutedeslangues.com/betaerp/releases/441/vendor/symfony/http-kernel/HttpKernel.php:139 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
    /home/www/laroutedeslangues.com/betaerp/releases/441/vendor/symfony/http-kernel/HttpKernel.php:75 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /home/www/laroutedeslangues.com/betaerp/releases/441/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /home/www/laroutedeslangues.com/betaerp/releases/441/public/index.php:32 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    }
  }
}
_stopwatch_token
"2ef73b"
brand
App\Entity\Brand {#2170
  -id: 1
  -name: "La Route des Langues"
  -email: "[email protected]"
  -logo: Proxies\__CG__\App\Entity\Media {#2404 …}
  -color: "#002d5c"
  -updatedAt: DateTime @1582129169 {#2141
    date: 2020-02-19 17:19:29.0 Europe/Paris (+01:00)
  }
  -parameters: Doctrine\ORM\PersistentCollection {#3484 …}
  -prefix: "rdl"
  -invoices: Doctrine\ORM\PersistentCollection {#2462 …}
  -codeComptas: Doctrine\ORM\PersistentCollection {#2484 …}
  -productCategoryRegistrationForms: Doctrine\ORM\PersistentCollection {#2507 …}
  -domain: "laroutedeslangues.com"
  -landingPages: Doctrine\ORM\PersistentCollection {#2783 …}
  -articles: Doctrine\ORM\PersistentCollection {#2573 …}
  -brochures: Doctrine\ORM\PersistentCollection {#2606 …}
  -howknowns: Doctrine\ORM\PersistentCollection {#2906 …}
  -generalConditionOfSales: Doctrine\ORM\PersistentCollection {#2938 …}
  -faqs: Doctrine\ORM\PersistentCollection {#2975 …}
  -webinars: Doctrine\ORM\PersistentCollection {#3020 …}
  -lastMinutesEnabled: true
  -lastMinutesContent: """
    <p data-end="1108" data-start="965" style="text-align: center;"><span style="font-size:26px;"><strong data-end="1108" data-start="968">Projets pour cet &eacute;t&eacute; ?</strong></span></p>\r\n
    \r\n
    <p data-end="1108" data-start="965" style="text-align: center;"><span style="font-size:20px;"><strong data-end="1108" data-start="968">Les disponibilit&eacute;s sont d&eacute;sormais limit&eacute;es. &Eacute;changez rapidement avec un conseiller pour organiser votre d&eacute;part.</strong></span></p>
    """
  -lastMinutesLink: "https://www.laroutedeslangues.com/contact/"
  -headerFooterVersions: Doctrine\ORM\PersistentCollection {#3045 …}
  -hasRegistrationForm: true
  -profiles: Doctrine\ORM\PersistentCollection {#3080 …}
  -language: App\Entity\Language {#3138 …}
  -customerEmailTemplates: Doctrine\ORM\PersistentCollection {#3137 …}
  -seller: false
  -publicBrand: true
}
domain
"laroutedeslangues.com"
part
"app"
subdomain
"betaerp"

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
accept-charset
"ISO-8859-1,utf-8;q=0.7,*;q=0.7"
accept-encoding
"gzip, br"
accept-language
"fr-FR,fr;q=0.9,en-US;q=0.8,en;q=0.7,es;q=0.6"
cache-control
"max-age=0"
cdn-loop
"cloudflare; loops=1"
cf-connecting-ip
"93.158.30.180"
cf-ipcountry
"FR"
cf-ray
"a0fe46ab0b3ad07d-CDG"
cf-visitor
"{"scheme":"https"}"
connection
"Keep-Alive"
content-length
"17"
content-type
"application/x-www-form-urlencoded"
cookie
"hubspotutk=444f43a9b496a33d36867498e155fe5b; _fbp=fb.1.1706609442361.1963112861; _hjSessionUser_2423827=eyJpZCI6ImYzMjA5YWU1LWY3NGItNTkyYS1hZjAyLTk5YjA3ZjAwN2VhZCIsImNyZWF0ZWQiOjE3MDk2NTI4NTQ4MDksImV4aXN0aW5nIjp0cnVlfQ==; _fbc=fb.1.1764078829814.PAZXh0bgNhZW0BMABhZGlkAAAGU35AT_hzcnRjBmFwcF9pZA81NjcwNjczNDMzNTI0MjcAAafm3l_d1QpLuV25ODhDZtYnS7rQkoN8vKLsffkE_AAFAeJVEGJIWC4bnH0dCQ_aem_tVgKx5494u3lPdccljfj2Q; _gid=GA1.2.1961205152.1779007465; _ga_90GNBK4LCN=GS2.1.s1782121594$o1456$g1$t1782121657$j60$l0$h0; __hstc=15795881.444f43a9b496a33d36867498e155fe5b.1706609442035.1782136653032.1782159275588.3105; __hssrc=1; _gcl_au=1.1.354036866.1777025983.202224371.1782162663.1782162895; _gat_gtag_UA_38387858_1=1; _ga_GPVB6LHV1X=GS2.1.s1782159275$o823$g1$t1782162993$j60$l0$h0; _ga=GA1.1.604198929.1706609442; __hssc=15795881.32.1782159275588; sf_redirect=%7B%22token%22%3A%22e89765%22%2C%22route%22%3A%222fa_login_check%22%2C%22method%22%3A%22POST%22%2C%22controller%22%3A%22n%5C%2Fa%22%2C%22status_code%22%3A302%2C%22status_text%22%3A%22Found%22%7D; PHPSESSID=q8d5v373vcuvinbk9laja95e42"
host
"betaerp.laroutedeslangues.com"
origin
"https://betaerp.laroutedeslangues.com"
priority
"u=0, i"
referer
"https://betaerp.laroutedeslangues.com/2fa"
sec-ch-ua
""Google Chrome";v="149", "Chromium";v="149", "Not)A;Brand";v="24""
sec-ch-ua-mobile
"?0"
sec-ch-ua-platform
""macOS""
sec-fetch-dest
"document"
sec-fetch-mode
"navigate"
sec-fetch-site
"same-origin"
sec-fetch-user
"?1"
upgrade-insecure-requests
"1"
user-agent
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36"
x-forwarded-for
"93.158.30.180"
x-forwarded-proto
"https"
x-php-ob-level
"1"

Request Content

Raw

_auth_code=444466

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=utf-8"
date
"Mon, 22 Jun 2026 21:16:49 GMT"
location
"/dashboard/"
x-debug-token
"6d5d73"

Cookies

Request Cookies

Key Value
PHPSESSID
"q8d5v373vcuvinbk9laja95e42"
__hssc
"15795881.32.1782159275588"
__hssrc
"1"
__hstc
"15795881.444f43a9b496a33d36867498e155fe5b.1706609442035.1782136653032.1782159275588.3105"
_fbc
"fb.1.1764078829814.PAZXh0bgNhZW0BMABhZGlkAAAGU35AT_hzcnRjBmFwcF9pZA81NjcwNjczNDMzNTI0MjcAAafm3l_d1QpLuV25ODhDZtYnS7rQkoN8vKLsffkE_AAFAeJVEGJIWC4bnH0dCQ_aem_tVgKx5494u3lPdccljfj2Q"
_fbp
"fb.1.1706609442361.1963112861"
_ga
"GA1.1.604198929.1706609442"
_ga_90GNBK4LCN
"GS2.1.s1782121594$o1456$g1$t1782121657$j60$l0$h0"
_ga_GPVB6LHV1X
"GS2.1.s1782159275$o823$g1$t1782162993$j60$l0$h0"
_gat_gtag_UA_38387858_1
"1"
_gcl_au
"1.1.354036866.1777025983.202224371.1782162663.1782162895"
_gid
"GA1.2.1961205152.1779007465"
_hjSessionUser_2423827
"eyJpZCI6ImYzMjA5YWU1LWY3NGItNTkyYS1hZjAyLTk5YjA3ZjAwN2VhZCIsImNyZWF0ZWQiOjE3MDk2NTI4NTQ4MDksImV4aXN0aW5nIjp0cnVlfQ=="
hubspotutk
"444f43a9b496a33d36867498e155fe5b"
sf_redirect
"{"token":"e89765","route":"2fa_login_check","method":"POST","controller":"n\/a","status_code":302,"status_text":"Found"}"

Response Cookies

No response cookies

Session 2

Session Metadata

Key Value
Created
"Mon, 22 Jun 26 23:16:44 +0200"
Last used
"Mon, 22 Jun 26 23:16:44 +0200"
Lifetime
0

Session Attributes

Attribute Value
_security.last_username
"[email protected]"
_security_main
"""
O:75:"Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken":2:{i:0;s:4:"main";i:1;a:5:{i:0;O:15:"App\Entity\User":33:{s:19:"\x00App\Entity\User\x00id";i:5;s:22:"\x00App\Entity\User\x00email";s:25:"[email protected]";s:25:"\x00App\Entity\User\x00newEmail";N;s:22:"\x00App\Entity\User\x00roles";a:2:{i:0;s:16:"ROLE_SUPER_ADMIN";i:1;s:10:"ROLE_STAFF";}s:25:"\x00App\Entity\User\x00password";s:96:"$argon2i$v=19$m=65536,t=4,p=1$QkNOa0h5RFZHU050NXRCZA$e1gZrWsWYYUhG9mP7ODQv8//0kippSFQg7AIZNSyRqs";s:30:"\x00App\Entity\User\x00plainPassword";N;s:25:"\x00App\Entity\User\x00customer";N;s:25:"\x00App\Entity\User\x00provider";N;s:22:"\x00App\Entity\User\x00state";N;s:30:"\x00App\Entity\User\x00activateToken";N;s:35:"\x00App\Entity\User\x00resetPasswordToken";N;s:32:"\x00App\Entity\User\x00resetPasswordAt";N;s:30:"\x00App\Entity\User\x00newEmailToken";N;s:22:"\x00App\Entity\User\x00brand";N;s:20:"\x00App\Entity\User\x00env";N;s:23:"\x00App\Entity\User\x00apiKey";N;s:25:"\x00App\Entity\User\x00lastName";s:6:"GORMAN";s:26:"\x00App\Entity\User\x00firstName";s:6:"Andrew";s:34:"\x00App\Entity\User\x00productCategories";O:33:"Doctrine\ORM\PersistentCollection":2:{s:13:"\x00*\x00collection";O:43:"Doctrine\Common\Collections\ArrayCollection":1:{s:53:"\x00Doctrine\Common\Collections\ArrayCollection\x00elements";a:0:{}}s:14:"\x00*\x00initialized";b:0;}s:35:"\x00App\Entity\User\x00hideWelcomeMessage";b:0;s:25:"\x00App\Entity\User\x00articles";O:33:"Doctrine\ORM\PersistentCollection":2:{s:13:"\x00*\x00collection";O:43:"Doctrine\Common\Collections\ArrayCollection":1:{s:53:"\x00Doctrine\Common\Collections\ArrayCollection\x00elements";a:0:{}}s:14:"\x00*\x00initialized";b:0;}s:31:"\x00App\Entity\User\x00emailSignature";s:176:"<p>&nbsp;</p>\r\n
\r\n
<p><strong>Andrew GORMAN | COO</strong></p>\r\n
\r\n
<p><strong>${MARQUE_NOM}</strong></p>\r\n
\r\n
<p>${MARQUE_NUMERO_FIXE}</p>\r\n
\r\n
<p>${MARQUE_EMAIL}</p>\r\n
\r\n
<p>&nbsp;</p>";s:39:"\x00App\Entity\User\x00emailEducatorSignature";s:439:"<p>&nbsp;</p>\r\n
\r\n
<p><strong>Andrew GORMAN | COO</strong></p>\r\n
\r\n
<p><strong>${MARQUE_NOM}</strong></p>\r\n
\r\n
<p>&nbsp;</p>\r\n
\r\n
<p>Please note our dedicated partner numbers for 2026:<br />\r\n
Head Office:&nbsp;<a href="tel:+33189719380" target="_blank">+33 1 89 71 93 80</a>&nbsp;(Monday &mdash; Friday, from 10am to 6pm)<br />\r\n
Emergency Line:&nbsp;<a href="tel:+33176460296" target="_blank">+33 1 76 46 02 96</a>&nbsp;(24/7)</p>\r\n
\r\n
<p>&nbsp;</p>";s:26:"\x00App\Entity\User\x00createdAt";N;s:28:"\x00App\Entity\User\x00lastLoginAt";O:8:"DateTime":3:{s:4:"date";s:26:"2026-06-22 23:16:43.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:12:"Europe/Paris";}s:27:"\x00App\Entity\User\x00signatures";O:33:"Doctrine\ORM\PersistentCollection":2:{s:13:"\x00*\x00collection";O:43:"Doctrine\Common\Collections\ArrayCollection":1:{s:53:"\x00Doctrine\Common\Collections\ArrayCollection\x00elements";a:0:{}}s:14:"\x00*\x00initialized";b:0;}s:42:"\x00App\Entity\User\x00googleAuthenticatorSecret";s:52:"SH37QPAG5IV5WP3YEL6BN3R5ISJEYRGB2XJYCDKEGPOPLSIGPQ6A";s:26:"\x00App\Entity\User\x00deletedAt";N;s:21:"\x00App\Entity\User\x00slug";s:15:"andrew-gorman-1";s:29:"\x00App\Entity\User\x00linkedInLink";N;s:25:"\x00App\Entity\User\x00googleId";N;s:27:"\x00App\Entity\User\x00facebookId";s:0:"";s:26:"\x00App\Entity\User\x00linkdinId";N;}i:1;b:1;i:2;N;i:3;a:1:{s:12:"2fa_complete";b:1;}i:4;a:15:{i:0;s:16:"ROLE_SUPER_ADMIN";i:1;s:10:"ROLE_STAFF";i:2;s:10:"ROLE_ADMIN";i:3;s:13:"ROLE_DIRECTOR";i:4;s:23:"ROLE_OPERATION_DIRECTOR";i:5;s:24:"ROLE_COMMERCIAL_DIRECTOR";i:6;s:23:"ROLE_MARKETING_DIRECTOR";i:7;s:14:"ROLE_OPERATION";i:8;s:14:"ROLE_FINANCIAL";i:9;s:15:"ROLE_COMMERCIAL";i:10;s:14:"ROLE_MARKETING";i:11;s:8:"ROLE_SEO";i:12;s:11:"ROLE_WRITER";i:13;s:13:"ROLE_EXTERNAL";i:14;s:9:"ROLE_USER";}}}
"""

Session Usage

2 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:44
[
  [
    "file" => "/home/www/laroutedeslangues.com/betaerp/releases/441/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 44
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/www/laroutedeslangues.com/betaerp/releases/441/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php"
    "line" => 65
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/www/laroutedeslangues.com/betaerp/releases/441/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 110
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/home/www/laroutedeslangues.com/betaerp/releases/441/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 34
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/www/laroutedeslangues.com/betaerp/releases/441/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 40
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/www/laroutedeslangues.com/betaerp/releases/441/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 38
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/www/laroutedeslangues.com/betaerp/releases/441/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 25
    "function" => "supports"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/www/laroutedeslangues.com/betaerp/releases/441/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 80
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/home/www/laroutedeslangues.com/betaerp/releases/441/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/www/laroutedeslangues.com/betaerp/releases/441/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/www/laroutedeslangues.com/betaerp/releases/441/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/www/laroutedeslangues.com/betaerp/releases/441/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/www/laroutedeslangues.com/betaerp/releases/441/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/www/laroutedeslangues.com/betaerp/releases/441/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/www/laroutedeslangues.com/betaerp/releases/441/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/laroutedeslangues.com/betaerp/releases/441/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/laroutedeslangues.com/betaerp/releases/441/public/index.php"
    "line" => 32
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
ContainerT3fnOBA\getSession_FlashBagService:24
[
  [
    "file" => "/home/www/laroutedeslangues.com/betaerp/releases/441/var/cache/dev/ContainerT3fnOBA/getSession_FlashBagService.php"
    "line" => 24
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/www/laroutedeslangues.com/betaerp/releases/441/var/cache/dev/ContainerT3fnOBA/App_KernelDevDebugContainer.php"
    "line" => 880
    "function" => "do"
    "class" => "ContainerT3fnOBA\getSession_FlashBagService"
    "type" => "::"
  ]
  [
    "file" => "/home/www/laroutedeslangues.com/betaerp/releases/441/var/cache/dev/ContainerT3fnOBA/App_KernelDevDebugContainer.php"
    "line" => 3380
    "function" => "load"
    "class" => "ContainerT3fnOBA\App_KernelDevDebugContainer"
    "type" => "->"
  ]
  [
    "file" => "/home/www/laroutedeslangues.com/betaerp/releases/441/var/cache/dev/ContainerT3fnOBA/App_KernelDevDebugContainer.php"
    "line" => 1259
    "function" => "getCustomerManagerService"
    "class" => "ContainerT3fnOBA\App_KernelDevDebugContainer"
    "type" => "->"
  ]
  [
    "file" => "/home/www/laroutedeslangues.com/betaerp/releases/441/var/cache/dev/ContainerT3fnOBA/App_KernelDevDebugContainer.php"
    "line" => 938
    "function" => "get_Container_Private_TwigService"
    "class" => "ContainerT3fnOBA\App_KernelDevDebugContainer"
    "type" => "->"
  ]
  [
    "file" => "/home/www/laroutedeslangues.com/betaerp/releases/441/var/cache/dev/ContainerT3fnOBA/App_KernelDevDebugContainer.php"
    "line" => 4329
    "function" => "get_Container_Private_ProfilerService"
    "class" => "ContainerT3fnOBA\App_KernelDevDebugContainer"
    "type" => "->"
  ]
  [
    "file" => "/home/www/laroutedeslangues.com/betaerp/releases/441/var/cache/dev/ContainerT3fnOBA/App_KernelDevDebugContainer.php"
    "line" => 2649
    "function" => "getProfilerListenerService"
    "class" => "ContainerT3fnOBA\App_KernelDevDebugContainer"
    "type" => "->"
  ]
  [
    "file" => "/home/www/laroutedeslangues.com/betaerp/releases/441/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 245
    "function" => "ContainerT3fnOBA\{closure}"
    "class" => "ContainerT3fnOBA\App_KernelDevDebugContainer"
    "type" => "->"
  ]
  [
    "file" => "/home/www/laroutedeslangues.com/betaerp/releases/441/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 76
    "function" => "sortListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/www/laroutedeslangues.com/betaerp/releases/441/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 293
    "function" => "getListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/www/laroutedeslangues.com/betaerp/releases/441/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 148
    "function" => "preProcess"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/www/laroutedeslangues.com/betaerp/releases/441/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/www/laroutedeslangues.com/betaerp/releases/441/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/laroutedeslangues.com/betaerp/releases/441/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/laroutedeslangues.com/betaerp/releases/441/public/index.php"
    "line" => 32
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
(no data)

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_DOMAIN_ERP
"laroutedeslangues.com"
APP_ENV
"dev"
APP_SECRET
"8efa4a71cc51317d641ad0dc50cb2d5e"
APP_SUBDOMAIN_ERP
"betaerp"
APP_SUBDOMAIN_PUBLIC
"beta"
CLOUDMERSIVE_API_KEY
"ba04a3d8-e02c-47f9-ba6d-005679f5376e"
CODE_EDITOR
"phpstorm"
CONTENT_LENGTH
"17"
CONTENT_TYPE
"application/x-www-form-urlencoded"
DATABASE_URL
"mysql://betaerp:[email protected]:3306/betaerp"
DELAY_UPDATE_PARTICIPANT
"10"
DOCUMENT_ROOT
"/home/www/laroutedeslangues.com/betaerp/current/public"
DOCUMENT_URI
"/index.php//2fa_check"
ELASTICSEARCH_ENABLED
1
ELASTIC_SEARCH_INDEX
"betaerp"
ELASTIC_SEARCH_IP
"127.0.0.1"
EMAIL_CATCHER
"[email protected]"
EMAIL_FORWARDING_HUBSPOT
"[email protected]"
EMAIL_FORWARDING_REGISTRATION_PROCESS
"[email protected]"
EMAIL_FORWARDING_TRANSFERT_INFO
"[email protected]"
FCGI_ROLE
"RESPONDER"
FIXER_ACCESS_KEY
"be279ced5b861c9bd7bcddff038d1e12"
GATEWAY_INTERFACE
"CGI/1.1"
GUESTBOOK_API_URL
"https://beta.guestbook.club/api/v1/"
GUESTBOOK_URL
"https://beta.guestbook.club/"
HOME
"/home/rdl"
HTMLTOPDF_CONTENT_TYPE
"application/json"
HTMLTOPDF_HOST
"htmltopdf.laroutedeslangues.com"
HTMLTOPDF_PASSWORD
"rVuCPZFsisGwfRnq4WFGGtTo"
HTMLTOPDF_USERNAME
"immojeunepro"
HTTPS
"on"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
HTTP_ACCEPT_CHARSET
"ISO-8859-1,utf-8;q=0.7,*;q=0.7"
HTTP_ACCEPT_ENCODING
"gzip, br"
HTTP_ACCEPT_LANGUAGE
"fr-FR,fr;q=0.9,en-US;q=0.8,en;q=0.7,es;q=0.6"
HTTP_CACHE_CONTROL
"max-age=0"
HTTP_CDN_LOOP
"cloudflare; loops=1"
HTTP_CF_CONNECTING_IP
"93.158.30.180"
HTTP_CF_IPCOUNTRY
"FR"
HTTP_CF_RAY
"a0fe46ab0b3ad07d-CDG"
HTTP_CF_VISITOR
"{"scheme":"https"}"
HTTP_CONNECTION
"Keep-Alive"
HTTP_CONTENT_LENGTH
"17"
HTTP_CONTENT_TYPE
"application/x-www-form-urlencoded"
HTTP_COOKIE
"hubspotutk=444f43a9b496a33d36867498e155fe5b; _fbp=fb.1.1706609442361.1963112861; _hjSessionUser_2423827=eyJpZCI6ImYzMjA5YWU1LWY3NGItNTkyYS1hZjAyLTk5YjA3ZjAwN2VhZCIsImNyZWF0ZWQiOjE3MDk2NTI4NTQ4MDksImV4aXN0aW5nIjp0cnVlfQ==; _fbc=fb.1.1764078829814.PAZXh0bgNhZW0BMABhZGlkAAAGU35AT_hzcnRjBmFwcF9pZA81NjcwNjczNDMzNTI0MjcAAafm3l_d1QpLuV25ODhDZtYnS7rQkoN8vKLsffkE_AAFAeJVEGJIWC4bnH0dCQ_aem_tVgKx5494u3lPdccljfj2Q; _gid=GA1.2.1961205152.1779007465; _ga_90GNBK4LCN=GS2.1.s1782121594$o1456$g1$t1782121657$j60$l0$h0; __hstc=15795881.444f43a9b496a33d36867498e155fe5b.1706609442035.1782136653032.1782159275588.3105; __hssrc=1; _gcl_au=1.1.354036866.1777025983.202224371.1782162663.1782162895; _gat_gtag_UA_38387858_1=1; _ga_GPVB6LHV1X=GS2.1.s1782159275$o823$g1$t1782162993$j60$l0$h0; _ga=GA1.1.604198929.1706609442; __hssc=15795881.32.1782159275588; sf_redirect=%7B%22token%22%3A%22e89765%22%2C%22route%22%3A%222fa_login_check%22%2C%22method%22%3A%22POST%22%2C%22controller%22%3A%22n%5C%2Fa%22%2C%22status_code%22%3A302%2C%22status_text%22%3A%22Found%22%7D; PHPSESSID=q8d5v373vcuvinbk9laja95e42"
HTTP_HOST
"betaerp.laroutedeslangues.com"
HTTP_ORIGIN
"https://betaerp.laroutedeslangues.com"
HTTP_PRIORITY
"u=0, i"
HTTP_REFERER
"https://betaerp.laroutedeslangues.com/2fa"
HTTP_SEC_CH_UA
""Google Chrome";v="149", "Chromium";v="149", "Not)A;Brand";v="24""
HTTP_SEC_CH_UA_MOBILE
"?0"
HTTP_SEC_CH_UA_PLATFORM
""macOS""
HTTP_SEC_FETCH_DEST
"document"
HTTP_SEC_FETCH_MODE
"navigate"
HTTP_SEC_FETCH_SITE
"same-origin"
HTTP_SEC_FETCH_USER
"?1"
HTTP_UPGRADE_INSECURE_REQUESTS
"1"
HTTP_USER_AGENT
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36"
HTTP_X_FORWARDED_FOR
"93.158.30.180"
HTTP_X_FORWARDED_PROTO
"https"
HUBSPOT_API_KEY
"9833186f-b0eb-49b3-b10f-af5cc88bc41a"
HUBSPOT_OAUTH_CLIENT_ID
"9f742710-9c0a-4066-bc6e-68fea2226c05"
HUBSPOT_OAUTH_CLIENT_SECRET
"be56440c-99f2-4a37-b5fe-6c061df9e757"
HUBSPOT_OAUTH_CODE
"8d14729a-7bec-4feb-8894-4b004659c8ad"
HUBSPOT_OAUTH_LAST_ACCESS
"CNrk5uDpLxIDQQEBGNnp-gkg5q6xCyjjpREyFDPnWa0BwhZNX_I-B5xy2yQcX2J9OicACgJHAAAMgMMHCAAAAAEAAAAAAAAAGMAAHwAAAAAAAAAAAAAAACBCFFXVFRrgfN3qHNmSi4e5mXpqHyivSgNuYTFSAFoA"
HUBSPOT_OAUTH_REFRESH_TOKEN
"f00971dd-304e-4c9b-ab7d-e33f91364033"
INGENICO_API_ENDPOINT
"https://eu.sandbox.api-ingenico.com"
INGENICO_API_INTEGRATOR
"Route des Langues"
INGENICO_API_KEY
"4d1650ea446f9899"
INGENICO_API_MERCHANT_ID
"1597"
INGENICO_API_SECRET
"Rmx3Ou5Wgbqz8d4Y4cnNErcWzf6uNvYc8y+ooqphU+k="
INGENICO_DIRECT_API_KEY
"ADE742C39E2B4BB2D8C5"
INGENICO_DIRECT_API_MERCHANT_ID
"ApexGroup"
INGENICO_DIRECT_API_SECRET
"4C115190669107C691720DA2D38CFB83EC9DA041FA2442A18A24C4E733426DFE7315AC2F390E9CB372249D4EC9FC614FF7926AB2F54A426EBF79BB8009828C28"
INGENICO_DIRECT_WEBHOOK_SECRET_KEY
"BBC03190306748C2C72591083A2910204FB6E28BE970AC23ECCCDC3BA362E606BAA5B7B5DD974673AEDFDAB03BF8018F1A6E683946AD7A24CEFEC76B8CC83996"
INGENICO_SUBDOMAIN
"payment"
INGENICO_WEBHOOK_KEY_ID
""
INGENICO_WEBHOOK_SECRET_KEY
""
INGENICO_WEBHOOK_SIGNATURE
""
MAILER_URL
"null://localhost"
MAINTENANCE_IP_AUTHORIZED
"["::1","127.0.0.1"]"
MAINTENANCE_MODE
"false"
MESSENGER_CALCULATE_FILE_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
MESSENGER_CALCULATE_FILE_TRANSPORT_FAILED
"doctrine://default?auto_setup=false&queue_name=failure_calculate_file&table_name=messenger_failed"
MESSENGER_DIFF_DEAL_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
MESSENGER_DIFF_DEAL_TRANSPORT_FAILED
"doctrine://default?auto_setup=false&queue_name=failed_diff_deal&table_name=messenger_failed"
MESSENGER_DOMAIN_APPLY_INTERMEDIATE_FILE_STATUS_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
MESSENGER_DOMAIN_APPLY_INTERMEDIATE_FILE_STATUS_TRANSPORT_FAILED
"doctrine://default?auto_setup=false&queue_name=failure_domain_apply_intermediate_file_status&table_name=messenger_failed"
MESSENGER_DOMAIN_GENERIC_EXPORT_DSN
"doctrine://default?auto_setup=0"
MESSENGER_DOMAIN_GENERIC_EXPORT_FAILED
"doctrine://default?auto_setup=false&queue_name=failure_domain_generic_export&table_name=messenger_failed"
MESSENGER_DOMAIN_PRODUCT_DIFF_CHECK_DSN
"doctrine://default?auto_setup=0"
MESSENGER_DOMAIN_PRODUCT_DIFF_CHECK_FAILED
"doctrine://default?auto_setup=false&queue_name=failure_domain_product_diff_check&table_name=messenger_failed"
MESSENGER_DOMAIN_PRODUCT_RESOLVE_MIN_PRICE
"doctrine://default?auto_setup=0"
MESSENGER_DOMAIN_PRODUCT_RESOLVE_MIN_PRICE_FAILED
"doctrine://default?auto_setup=false&queue_name=failure_domain_product_resolve_min_price&table_name=messenger_failed"
MESSENGER_FILE_CHECK_TIMELINE_DSN
"doctrine://default?auto_setup=0"
MESSENGER_FILE_CHECK_TIMELINE_FAILED
"doctrine://default?auto_setup=false&queue_name=failure_file_check_timeline&table_name=messenger_failed"
MESSENGER_FILE_PLANNING_STAY_EMAIL_DSN
"doctrine://default?auto_setup=0"
MESSENGER_FILE_PLANNING_STAY_EMAIL_FAILED
"doctrine://default?auto_setup=false&queue_name=failure_planning_stay_email&table_name=messenger_failed"
MESSENGER_FILE_TIMELINE_COMPLETE_DSN
"doctrine://default?auto_setup=0"
MESSENGER_FILE_TIMELINE_COMPLETE_FAILED
"doctrine://default?auto_setup=false&queue_name=failure_file_timeline_complete&table_name=messenger_failed"
MESSENGER_INFRA_HUBSPOT_ASSOCIATE_EMAIL_WITH_CONTACT_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
MESSENGER_INFRA_HUBSPOT_ASSOCIATE_EMAIL_WITH_CONTACT_TRANSPORT_FAILED
"doctrine://default?auto_setup=false&queue_name=failure_infra_hubspot_associate_email_with_contact&table_name=messenger_failed"
MESSENGER_INFRA_HUBSPOT_CREATE_CONTACT_FAILED
"doctrine://default?auto_setup=false&queue_name=failure_infra_hubspot_create_contact&table_name=messenger_failed"
MESSENGER_INFRA_HUBSPOT_CREATE_CONTACT_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
MESSENGER_INFRA_HUBSPOT_EMAIL_TRACK_DSN
"doctrine://default?auto_setup=0"
MESSENGER_INFRA_HUBSPOT_EMAIL_TRACK_FAILED
"doctrine://default?auto_setup=false&queue_name=failure_infra_hubspot_email_track&table_name=messenger_failed"
MESSENGER_INFRA_HUBSPOT_TIMELINE_EVENT_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
MESSENGER_INFRA_HUBSPOT_TIMELINE_EVENT_TRANSPORT_FAILED
"doctrine://default?auto_setup=false&queue_name=failure_infra_hubspot_timeline_event&table_name=messenger_failed"
MESSENGER_INFRA_HUBSPOT_UPDATE_CONTACT_PROPERTY_DSN
"doctrine://default?auto_setup=0"
MESSENGER_INFRA_HUBSPOT_UPDATE_CONTACT_PROPERTY_FAILED
"doctrine://default?auto_setup=false&queue_name=failure_infra_notification_email&table_name=messenger_failed"
MESSENGER_INFRA_NOTIFICATION_EMAIL_DSN
"doctrine://default?auto_setup=0"
MESSENGER_INFRA_NOTIFICATION_EMAIL_FAILED
"doctrine://default?auto_setup=false&queue_name=failure_infra_notification_email&table_name=messenger_failed"
MESSENGER_REFRESH_DEAL_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
MESSENGER_REFRESH_DEAL_TRANSPORT_FAILED
"doctrine://default?auto_setup=false&queue_name=failed_refresh_deal&table_name=messenger_failed"
MESSENGER_TRANSPORT_DSN
"doctrine://default"
MESSENGER_TRANSPORT_FAILED
"doctrine://default?auto_setup=false&queue_name=failed&table_name=messenger_failed"
MONETICO_ENV
"test"
MONETICO_SECURITY_KEY
"CDB83B0E18BF3EAD0F985EE551B8CB48D7DE4492"
MONETICO_TPE
"7273190"
N8N_API_KEY
"$2y$13$N0Kg7T5Q2FKaUAmvpUrXHee6OduofE0JV2h2kBzizKLwI69A8v0KC"
OAUTH_FACEBOOK_CLIENT_ID
"10041788459265201"
OAUTH_FACEBOOK_CLIENT_SECRET
"4ebea7b4f2a4773ccb72e73836a2df30"
OAUTH_GOOGLE_CLIENT_ID
"918813735866-690eb22smc5cr9jdcjp9io6sir7vjdhv.apps.googleusercontent.com"
OAUTH_GOOGLE_CLIENT_SECRET
"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"
OAUTH_LINKEDIN_CLIENT_ID
""
OAUTH_LINKEDIN_CLIENT_SECRET
""
OGONE_AV_PSPID
"laroutedeslangues"
OGONE_AV_SHA_IN_PHRASE
"cd262fa3-a89e-455e-a63a-37889ed21bb7"
OGONE_AV_SHA_OUT_PHRASE
"w8xe&F_)_Y968BCp"
OGONE_ENV
"dev"
OGONE_KR_PSPID
"laroutedeslangues"
OGONE_KR_SHA_IN_PHRASE
"cd262fa3-a89e-455e-a63a-37889ed21bb7"
OGONE_KR_SHA_OUT_PHRASE
"w8xe&F_)_Y968BCp"
OGONE_PSPID
"laroutedeslangues"
OGONE_SHA_IN_PHRASE
"cd262fa3-a89e-455e-a63a-37889ed21bb7"
OGONE_SHA_OUT_PHRASE
"w8xe&F_)_Y968BCp"
OGONE_SHA_PSPID
"laroutedeslangues"
OGONE_SHA_SHA_IN_PHRASE
"cd262fa3-a89e-455e-a63a-37889ed21bb7"
OGONE_SHA_SHA_OUT_PHRASE
"w8xe&F_)_Y968BCp"
PATH_INFO
""
PHP_SELF
"/index.php"
QUERY_STRING
""
QUOTATION_VALIDITY
"30"
REDIRECT_STATUS
"200"
REMOTE_ADDR
"172.68.151.157"
REMOTE_PORT
"14327"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1782163007
REQUEST_TIME_FLOAT
1782163007.2325
REQUEST_URI
"/"
RESET_PASSWORD_LIFE_TIME
"3600"
SCRIPT_FILENAME
"/home/www/laroutedeslangues.com/betaerp/current/public/index.php"
SCRIPT_NAME
"/index.php"
SENDINBLUE_API_KEY
"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"
SERVER_ADDR
"51.68.114.29"
SERVER_NAME
"betaerp.laroutedeslangues.com"
SERVER_PORT
443
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.14.2"
TURNSTILE_SECRET_KEY
"0x4AAAAAAA0aUu5sJeEXYHTISoYVPb1jKG8"
TURNSTILE_SITE_KEY
"0x4AAAAAAA0aUtVV7Lgh0IhK"
USER
"rdl"

Parent Request

Return to parent request (token = c2dfac)

Key Value
_firewall_context
"security.firewall.map.context.main"
_redirected
true
_route
"2fa_login_check"
_route_params
[]
_security_firewall_run
"_security_main"
_stopwatch_token
"45b5a6"
csp_nonce
"yf1hFLT1Yojiio1GYu/QPw=="