GET https://index.arquivosdoc.com.br/index/qualidade

DashboardController :: qualidade

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"App\Controller\Admin\DashboardController::qualidade"
_firewall_context
"security.firewall.map.context.main"
_route
"qualidade"
_route_params
[]
_security_firewall_run
"_security_main"
_stopwatch_token
"f7b861"
easyadmin_context
EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext {#560
  -request: Symfony\Component\HttpFoundation\Request {#2 …}
  -user: App\Entity\User {#424 …}
  -i18nDto: EasyCorp\Bundle\EasyAdminBundle\Dto\I18nDto {#566 …}
  -crudControllers: EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry {#175 …}
  -entityDto: null
  -dashboardDto: EasyCorp\Bundle\EasyAdminBundle\Dto\DashboardDto {#299 …}
  -dashboardControllerInstance: App\Controller\Admin\DashboardController {#558 …}
  -assetDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#561 …}
  -crudDto: null
  -searchDto: null
  -menuFactory: EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory {#172 …}
  -templateRegistry: EasyCorp\Bundle\EasyAdminBundle\Registry\TemplateRegistry {#567 …}
  -mainMenuDto: null
  -userMenuDto: EasyCorp\Bundle\EasyAdminBundle\Dto\UserMenuDto {#31348 …}
}

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-encoding
"gzip, deflate, br, zstd"
accept-language
"pt-BR,pt;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6"
connection
"keep-alive"
cookie
"PHPSESSID=2c945cbef173d6cf590608a69812ae6d"
host
"index.arquivosdoc.com.br"
referer
"https://index.arquivosdoc.com.br/index/qualidade"
sec-ch-ua
""Microsoft Edge";v="147", "Not.A/Brand";v="8", "Chromium";v="147""
sec-ch-ua-mobile
"?0"
sec-ch-ua-platform
""Windows""
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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36 Edg/147.0.0.0"
x-php-ob-level
"1"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Fri, 17 Apr 2026 17:22:20 GMT"
x-debug-token
"bcade8"

Cookies

Request Cookies

Key Value
PHPSESSID
"2c945cbef173d6cf590608a69812ae6d"

Response Cookies

No response cookies

Session 4

Session Metadata

Key Value
Created
"Fri, 17 Apr 26 10:06:40 +0000"
Last used
"Fri, 17 Apr 26 17:22:16 +0000"
Lifetime
0

Session Attributes

Attribute Value
_security.last_error
Symfony\Component\Security\Core\Exception\InvalidCsrfTokenException {#208
  #message: "Invalid CSRF token."
  #code: 0
  #file: "/home/wwarqu/index/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php"
  #line: 51
  #serialized: null
  -token: null
  trace: {
    /home/wwarqu/index/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php:51 {
      session_start(array $options = []): bool …
      › if (false === $this->csrfTokenManager->isTokenValid($csrfToken)) {    throw new InvalidCsrfTokenException('Invalid CSRF token.');}
    }
    /home/wwarqu/index/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:172 {
      Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->start(): bool …
      › // ok to try and start the sessionif (!session_start()) {    throw new \RuntimeException('Failed to start the session.');
    }
    /home/wwarqu/index/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:296 {
      Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->getBag(string $name): SessionBagInterface …
      › } elseif (!$this->started) {    $this->start();}
    }
    /home/wwarqu/index/vendor/symfony/http-foundation/Session/Session.php:201 {
      Symfony\Component\HttpFoundation\Session\Session->getBag(string $name): SessionBagInterface …
      › {    $bag = $this->storage->getBag($name);arguments: {
        $name: "attributes"
      }
    }
    /home/wwarqu/index/vendor/symfony/http-foundation/Session/Session.php:221 {
      Symfony\Component\HttpFoundation\Session\Session->getAttributeBag(): AttributeBagInterface …
      › {    return $this->getBag($this->attributeName);}
      arguments: {
        $name: "attributes"
      }
    }
    /home/wwarqu/index/vendor/symfony/http-foundation/Session/Session.php:69 {
      Symfony\Component\HttpFoundation\Session\Session->get(string $name, mixed $default = null): mixed …
      › {    return $this->getAttributeBag()->get($name, $default);}
    }
    /home/wwarqu/index/vendor/symfony/security-http/Firewall/ContextListener.php:98 {
      Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event) …
      › $sessionId = $request->cookies->all()[$session->getName()] ?? null;$token = $session->get($this->sessionKey);arguments: {
        $name: "_security_main"
      }
    }
    /home/wwarqu/index/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
      Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
      › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#116 …}
      }
    }
    /home/wwarqu/index/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
      Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event) …
      › foreach ($listeners as $listener) {    $listener($event);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#116 …}
      }
    }
    /home/wwarqu/index/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:70 {
      Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
      › 
      ›     $listener($event);} else {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#116 …}
      }
    }
    /home/wwarqu/index/vendor/symfony/security-http/Firewall.php:92 {
      Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
      › 
      ›     $this->callListeners($event, $authenticationListeners());}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#116 …}
        $listeners: Generator {#259 …}
      }
    }
    /home/wwarqu/index/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#116 …}
        ...: {
          "kernel.request"
          Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#114 …}
        }
      }
    }
    /home/wwarqu/index/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#116 …}
        $eventName: "kernel.request"
        $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#114 …}
      }
    }
    /home/wwarqu/index/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      arguments: {
        $listeners: [ …11]
        $eventName: "kernel.request"
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#116 …}
      }
    }
    /home/wwarqu/index/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:127 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#116 …}
        $eventName: "kernel.request"
      }
    }
    /home/wwarqu/index/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);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#116 …}
        $eventName: "kernel.request"
      }
    }
    /home/wwarqu/index/vendor/symfony/http-kernel/HttpKernel.php:74 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->handleRaw($request, $type);} catch (\Throwable $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $type: 1
      }
    }
    /home/wwarqu/index/vendor/symfony/http-kernel/Kernel.php:184 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $type: 1
        $catch: true
      }
    }
    /home/wwarqu/index/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
      }
    }
    /home/wwarqu/index/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/wwarqu/index/public/index.php:5 {\rrequire_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r\r
      arguments: {
        "/home/wwarqu/index/vendor/autoload_runtime.php"
      }
    }
  }
}
_security.last_username
"2dmouravr@gmail.com"
_security_main
"O:74:"Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken":3:{i:0;N;i:1;s:4:"main";i:2;a:5:{i:0;O:15:"App\Entity\User":11:{s:19:"\x00App\Entity\User\x00id";i:609;s:22:"\x00App\Entity\User\x00email";s:19:"2DMOURAVR@GMAIL.COM";s:22:"\x00App\Entity\User\x00roles";a:1:{i:0;s:12:"ROLE_CLIENTE";}s:25:"\x00App\Entity\User\x00password";s:60:"$2y$13$6Q9o1wXD5MT7cYfYDVqmFOeOd.ATEX2Tz5KPVKwDWrImyb/EP1S1m";s:27:"\x00App\Entity\User\x00documentos";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:25:"\x00App\Entity\User\x00clientes";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:21:"\x00App\Entity\User\x00nome";s:28:"ANDRÉ LUIZ LIMA MOURA FILHO";s:27:"\x00App\Entity\User\x00tipoAcesso";a:4:{s:4:"list";a:27:{i:53;s:2:"53";i:55;s:2:"55";i:57;s:2:"57";i:58;s:2:"58";i:59;s:2:"59";i:65;s:2:"65";i:68;s:2:"68";i:77;s:2:"77";i:78;s:2:"78";i:131;s:3:"131";i:145;s:3:"145";i:146;s:3:"146";i:147;s:3:"147";i:176;s:3:"176";i:188;s:3:"188";i:191;s:3:"191";i:192;s:3:"192";i:194;s:3:"194";i:199;s:3:"199";i:200;s:3:"200";i:201;s:3:"201";i:202;s:3:"202";i:203;s:3:"203";i:218;s:3:"218";i:219;s:3:"219";i:220;s:3:"220";i:222;s:3:"222";}s:3:"new";a:27:{i:53;s:2:"53";i:55;s:2:"55";i:57;s:2:"57";i:58;s:2:"58";i:59;s:2:"59";i:65;s:2:"65";i:68;s:2:"68";i:77;s:2:"77";i:78;s:2:"78";i:131;s:3:"131";i:145;s:3:"145";i:146;s:3:"146";i:147;s:3:"147";i:176;s:3:"176";i:188;s:3:"188";i:191;s:3:"191";i:192;s:3:"192";i:194;s:3:"194";i:199;s:3:"199";i:200;s:3:"200";i:201;s:3:"201";i:202;s:3:"202";i:203;s:3:"203";i:218;s:3:"218";i:219;s:3:"219";i:220;s:3:"220";i:222;s:3:"222";}s:4:"edit";a:27:{i:53;s:2:"53";i:55;s:2:"55";i:57;s:2:"57";i:58;s:2:"58";i:59;s:2:"59";i:65;s:2:"65";i:68;s:2:"68";i:77;s:2:"77";i:78;s:2:"78";i:131;s:3:"131";i:145;s:3:"145";i:146;s:3:"146";i:147;s:3:"147";i:176;s:3:"176";i:188;s:3:"188";i:191;s:3:"191";i:192;s:3:"192";i:194;s:3:"194";i:199;s:3:"199";i:200;s:3:"200";i:201;s:3:"201";i:202;s:3:"202";i:203;s:3:"203";i:218;s:3:"218";i:219;s:3:"219";i:220;s:3:"220";i:222;s:3:"222";}s:6:"delete";a:27:{i:53;s:2:"53";i:55;s:2:"55";i:57;s:2:"57";i:58;s:2:"58";i:59;s:2:"59";i:65;s:2:"65";i:68;s:2:"68";i:77;s:2:"77";i:78;s:2:"78";i:131;s:3:"131";i:145;s:3:"145";i:146;s:3:"146";i:147;s:3:"147";i:176;s:3:"176";i:188;s:3:"188";i:191;s:3:"191";i:192;s:3:"192";i:194;s:3:"194";i:199;s:3:"199";i:200;s:3:"200";i:201;s:3:"201";i:202;s:3:"202";i:203;s:3:"203";i:218;s:3:"218";i:219;s:3:"219";i:220;s:3:"220";i:222;s:3:"222";}}s:23:"\x00App\Entity\User\x00fluxos";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:23:"\x00App\Entity\User\x00etapas";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:24:"\x00App\Entity\User\x00enabled";b:1;}i:1;b:1;i:2;N;i:3;a:0:{}i:4;a:2:{i:0;s:12:"ROLE_CLIENTE";i:1;s:9:"ROLE_USER";}}}"
cliente_id
"133"

Session Usage

4 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:41
[
  [
    "file" => "/home/wwarqu/index/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 41
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/symfony/security-http/Firewall/AccessListener.php"
    "line" => 78
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 46
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AccessListener"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 70
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 127
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/symfony/http-kernel/Kernel.php"
    "line" => 184
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/public/index.php"
    "line" => 5
    "args" => [
      "/home/wwarqu/index/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
App\Controller\Admin\DashboardController:5412
[
  [
    "file" => "/home/wwarqu/index/src/Controller/Admin/DashboardController.php"
    "line" => 5412
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "qualidade"
    "class" => "App\Controller\Admin\DashboardController"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/symfony/http-kernel/Kernel.php"
    "line" => 184
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/public/index.php"
    "line" => 5
    "args" => [
      "/home/wwarqu/index/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Bridge\Twig\AppVariable:147
[
  [
    "file" => "/home/wwarqu/index/vendor/symfony/twig-bridge/AppVariable.php"
    "line" => 147
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1709
    "function" => "getFlashes"
    "class" => "Symfony\Bridge\Twig\AppVariable"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/var/cache/dev/twig/3b/3bab57ac4aa2be4f440667e51f7c5de1.php"
    "line" => 49
    "function" => "getAttribute"
    "class" => "Twig\Extension\CoreExtension"
    "type" => "::"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/twig/twig/src/Template.php"
    "line" => 360
    "function" => "doDisplay"
    "class" => "__TwigTemplate_cb8871a05990fe73de00d8be7e3b7124"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/twig/twig/src/Template.php"
    "line" => 335
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 38
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1407
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/var/cache/dev/twig/c1/c1bc24b8e6a77b026994691c69a09700.php"
    "line" => 811
    "function" => "include"
    "class" => "Twig\Extension\CoreExtension"
    "type" => "::"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/twig/twig/src/Template.php"
    "line" => 430
    "function" => "block_flash_messages"
    "class" => "__TwigTemplate_8302e492e0eba19d609ce94ba879720f"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/var/cache/dev/twig/c1/c1bc24b8e6a77b026994691c69a09700.php"
    "line" => 594
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/twig/twig/src/Template.php"
    "line" => 430
    "function" => "block_wrapper_wrapper"
    "class" => "__TwigTemplate_8302e492e0eba19d609ce94ba879720f"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/var/cache/dev/twig/c1/c1bc24b8e6a77b026994691c69a09700.php"
    "line" => 454
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/twig/twig/src/Template.php"
    "line" => 430
    "function" => "block_body"
    "class" => "__TwigTemplate_8302e492e0eba19d609ce94ba879720f"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/var/cache/dev/twig/c1/c1bc24b8e6a77b026994691c69a09700.php"
    "line" => 159
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/twig/twig/src/Template.php"
    "line" => 360
    "function" => "doDisplay"
    "class" => "__TwigTemplate_8302e492e0eba19d609ce94ba879720f"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/var/cache/dev/twig/7c/7c7f5f35355617a7a2afef0974144426.php"
    "line" => 49
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/twig/twig/src/Template.php"
    "line" => 360
    "function" => "doDisplay"
    "class" => "__TwigTemplate_d62eb6b64d19b31105d747e2b8bddc31"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/var/cache/dev/twig/d7/d743917aef8522e4aaedbe5361e3d864.php"
    "line" => 53
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/twig/twig/src/Template.php"
    "line" => 360
    "function" => "doDisplay"
    "class" => "__TwigTemplate_b1d6c1655b5c7dcaea2335413f67e80e"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/twig/twig/src/Template.php"
    "line" => 335
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 38
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/twig/twig/src/Environment.php"
    "line" => 299
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 242
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 253
    "function" => "renderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/src/Controller/Admin/DashboardController.php"
    "line" => 5592
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "qualidade"
    "class" => "App\Controller\Admin\DashboardController"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/symfony/http-kernel/Kernel.php"
    "line" => 184
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/public/index.php"
    "line" => 5
    "args" => [
      "/home/wwarqu/index/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Http\Firewall\ContextListener:174
[
  [
    "file" => "/home/wwarqu/index/vendor/symfony/security-http/Firewall/ContextListener.php"
    "line" => 174
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\Security\Http\Firewall\ContextListener"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 127
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/symfony/http-kernel/Kernel.php"
    "line" => 184
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/public/index.php"
    "line" => 5
    "args" => [
      "/home/wwarqu/index/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"5ccbe2fd248017a0d4f621ea5694e56b"
AWS_KEY
"AKIA3OO3GOUYSR6AQWUS"
AWS_SECRET
"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"
DATABASE_URL
"mysql://wwarqu_pt:2b90[3aLHY66%_{{@localhost:3306/wwarqu_ged_novo?serverVersion=15&charset=Latin1"
MAILER_DSN
"gmail://arquivosdoc.setor.ti@gmail.com:scfprvktkifldeeq@default?verify_peer=0"
MESSENGER_TRANSPORT_DSN
"doctrine://default"
TRUSTED_HOSTS
"^index\.arquivosdoc\.com\.br$"
TRUSTED_PROXIES
"127.0.0.1,REMOTE_ADDR"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/home/wwarqu/index/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/home/wwarqu/index/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/home/wwarqu"
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_ENCODING
"gzip, deflate, br, zstd"
HTTP_ACCEPT_LANGUAGE
"pt-BR,pt;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6"
HTTP_CONNECTION
"keep-alive"
HTTP_COOKIE
"PHPSESSID=2c945cbef173d6cf590608a69812ae6d"
HTTP_HOST
"index.arquivosdoc.com.br"
HTTP_REFERER
"https://index.arquivosdoc.com.br/index/qualidade"
HTTP_SEC_CH_UA
""Microsoft Edge";v="147", "Not.A/Brand";v="8", "Chromium";v="147""
HTTP_SEC_CH_UA_MOBILE
"?0"
HTTP_SEC_CH_UA_PLATFORM
""Windows""
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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36 Edg/147.0.0.0"
PATH
"/usr/local/jdk/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/X11R6/bin:/root/bin:/opt/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"index.arquivosdoc.com.br"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"aeJsSvHRLQhKos6HLzJ41gAAApU"
REDIRECT_URL
"/index/qualidade"
REMOTE_ADDR
"187.15.188.38"
REMOTE_PORT
"20403"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1776446538
REQUEST_TIME_FLOAT
1776446538.308
REQUEST_URI
"/index/qualidade"
SCRIPT_FILENAME
"/home/wwarqu/index/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"162.241.106.251"
SERVER_ADMIN
"webmaster@index.arquivosdoc.com.br"
SERVER_NAME
"index.arquivosdoc.com.br"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"index.arquivosdoc.com.br"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,AWS_KEY,AWS_SECRET,MESSENGER_TRANSPORT_DSN,MAILER_DSN,TRUSTED_PROXIES,TRUSTED_HOSTS"
UNIQUE_ID
"aeJsSvHRLQhKos6HLzJ41gAAApU"
USER
"wwarqu"
argc
0
argv
[]
proxy-nokeepalive
"1"