ReservationController :: wizardServices
Request
GET Parameters
None
POST Parameters
None
Uploaded Files
None
Request Attributes
| Key | Value |
|---|---|
| _controller | "App\Controller\ReservationController::wizardServices" |
| _firewall_context | "security.firewall.map.context.main" |
| _redirected | true |
| _route | "app_reservation_wizard_services" |
| _route_params | [] |
| _security_authenticators | [] |
| _security_firewall_run | "_security_main" |
| _security_skipped_authenticators | [ Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#408 -supports: false -passport: null -duration: null -stub: "App\Security\OtpAuthenticator" -authenticated: null -exception: null -authenticator: App\Security\OtpAuthenticator {#350 …} } Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#410 -supports: false -passport: null -duration: null -stub: "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator" -authenticated: null -exception: null -authenticator: Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator {#411 …} } ] |
| _stopwatch_token | "9347df" |
Request Headers
| Header | Value |
|---|---|
| accept | "*/*" |
| accept-encoding | "gzip, br, zstd, deflate" |
| connection | "close" |
| cookie | "main_deauth_profile_token=d730bc; sf_redirect=%7B%22token%22%3A%22d730bc%22%2C%22route%22%3A%22app_reservation_guest_start%22%2C%22method%22%3A%22GET%22%2C%22controller%22%3A%7B%22class%22%3A%22App%5C%5CController%5C%5CReservationController%22%2C%22method%22%3A%22guestStart%22%2C%22file%22%3A%22%5C%2Fvar%5C%2Fwww%5C%2Fhtml%5C%2Fsrc%5C%2FController%5C%2FReservationController.php%22%2C%22line%22%3A148%7D%2C%22status_code%22%3A302%2C%22status_text%22%3A%22Found%22%7D; PHPSESSID=932c2911452ffc486670cc3cd6d2b1e4" |
| host | "rezervace-dev.pneuparking.cz" |
| referer | "https://rezervace-dev.pneuparking.cz/reservations/new/guest" |
| user-agent | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" |
| x-forwarded-for | "216.73.217.68" |
| x-forwarded-proto | "https" |
| x-forwarded-scheme | "https" |
| x-php-ob-level | "0" |
| x-real-ip | "216.73.217.68" |
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 | "Mon, 15 Jun 2026 08:48:30 GMT" |
| x-debug-token | "413171" |
Cookies
Request Cookies
| Key | Value |
|---|---|
| PHPSESSID | "932c2911452ffc486670cc3cd6d2b1e4" |
| main_deauth_profile_token | "d730bc" |
| sf_redirect | "{"token":"d730bc","route":"app_reservation_guest_start","method":"GET","controller":{"class":"App\\Controller\\ReservationController","method":"guestStart","file":"\/var\/www\/html\/src\/Controller\/ReservationController.php","line":148},"status_code":302,"status_text":"Found"}" |
Response Cookies
No response cookies
Session 3
Session Metadata
| Key | Value |
|---|---|
| Created | "Mon, 15 Jun 26 10:48:30 +0200" |
| Last used | "Mon, 15 Jun 26 10:48:30 +0200" |
| Lifetime | 0 |
Session Attributes
| Attribute | Value |
|---|---|
| _csrf/wizard_cancel | "K5VY8RyNh6ny7JjFU34putI1k9rlQicOG-mYXoVcL60" |
| reservation_wizard | [ "serviceIds" => [] "vehicleId" => null "createVehicle" => false "licensePlate" => null "brand" => null "model" => null "vehicleType" => null "fromSource" => "create" "fromTireSetId" => null "fromTireChoice" => null "toSource" => "create" "toTireSetId" => null "toTireChoice" => null "fromDraft" => [] "toDraft" => [] "workplaceId" => null "slotStart" => null "slotDurationMinutes" => null "contactFirstName" => null "contactLastName" => null "contactPhone" => null "contactEmail" => null "notes" => null "editingReservationId" => null "isGuest" => true "createRegistration" => false ] |
| reservation_wizard_step | "services" |
Session Usage
3
Usages
Stateless check enabled
| Usage |
|---|
App\Service\ReservationWizardManager:32
[
[
"file" => "/var/www/html/src/Service/ReservationWizardManager.php"
"line" => 32
"function" => "get"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/html/src/Controller/ReservationController.php"
"line" => 712
"function" => "getState"
"class" => "App\Service\ReservationWizardManager"
"type" => "->"
]
[
"file" => "/var/www/html/src/Controller/ReservationController.php"
"line" => 194
"function" => "guardWizardAccess"
"class" => "App\Controller\ReservationController"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 183
"function" => "wizardServices"
"class" => "App\Controller\ReservationController"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/http-kernel/Kernel.php"
"line" => 193
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/autoload_runtime.php"
"line" => 32
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/var/www/html/public/index.php"
"line" => 5
"args" => [
"/var/www/html/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:73
[
[
"file" => "/var/www/html/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
"line" => 73
"function" => "has"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/security-csrf/CsrfTokenManager.php"
"line" => 69
"function" => "hasToken"
"class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/security-csrf/SameOriginCsrfTokenManager.php"
"line" => 92
"function" => "getToken"
"class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/form/FormRenderer.php"
"line" => 54
"function" => "getToken"
"class" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager"
"type" => "->"
]
[
"file" => "/var/www/html/var/cache/dev/twig/47/4790c75b58f4994752adc8fbbb1c3979.php"
"line" => 91
"function" => "renderCsrfToken"
"class" => "Symfony\Component\Form\FormRenderer"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/twig/twig/src/Template.php"
"line" => 411
"function" => "doDisplay"
"class" => "__TwigTemplate_d2d1419543e3f6e82a1a9b26b1251397"
"type" => "->"
]
[
"file" => "/var/www/html/var/cache/dev/twig/4b/4b9af6771ddec7f2b55189ab2e9dd72b.php"
"line" => 166
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/twig/twig/src/Template.php"
"line" => 456
"function" => "block_body"
"class" => "__TwigTemplate_021300c4f36f3edc149169e17f2ef11f"
"type" => "->"
]
[
"file" => "/var/www/html/var/cache/dev/twig/db/dbc265a2f4f3d8f1529328eb792b8188.php"
"line" => 83
"function" => "yieldBlock"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/twig/twig/src/Template.php"
"line" => 411
"function" => "doDisplay"
"class" => "__TwigTemplate_a1e3be41006bebce3c7799cbf387ecae"
"type" => "->"
]
[
"file" => "/var/www/html/var/cache/dev/twig/4b/4b9af6771ddec7f2b55189ab2e9dd72b.php"
"line" => 57
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/twig/twig/src/Template.php"
"line" => 411
"function" => "doDisplay"
"class" => "__TwigTemplate_021300c4f36f3edc149169e17f2ef11f"
"type" => "->"
]
[
"file" => "/var/www/html/var/cache/dev/twig/a2/a210037b82d2c9daa2ceb8d68789553e.php"
"line" => 52
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/twig/twig/src/Template.php"
"line" => 411
"function" => "doDisplay"
"class" => "__TwigTemplate_51a07bd9dce9815c317c4dcf469848b7"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/twig/twig/src/Template.php"
"line" => 366
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/twig/twig/src/Template.php"
"line" => 381
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/twig/twig/src/TemplateWrapper.php"
"line" => 51
"function" => "render"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/twig/twig/src/Environment.php"
"line" => 333
"function" => "render"
"class" => "Twig\TemplateWrapper"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 467
"function" => "render"
"class" => "Twig\Environment"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 472
"function" => "doRenderView"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 284
"function" => "doRender"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/var/www/html/src/Controller/ReservationController.php"
"line" => 737
"function" => "render"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/var/www/html/src/Controller/ReservationController.php"
"line" => 223
"function" => "renderWizard"
"class" => "App\Controller\ReservationController"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 183
"function" => "wizardServices"
"class" => "App\Controller\ReservationController"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/http-kernel/Kernel.php"
"line" => 193
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/autoload_runtime.php"
"line" => 32
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/var/www/html/public/index.php"
"line" => 5
"args" => [
"/var/www/html/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:63
[
[
"file" => "/var/www/html/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
"line" => 63
"function" => "set"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/security-csrf/CsrfTokenManager.php"
"line" => 74
"function" => "setToken"
"class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/security-csrf/SameOriginCsrfTokenManager.php"
"line" => 92
"function" => "getToken"
"class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/form/FormRenderer.php"
"line" => 54
"function" => "getToken"
"class" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager"
"type" => "->"
]
[
"file" => "/var/www/html/var/cache/dev/twig/47/4790c75b58f4994752adc8fbbb1c3979.php"
"line" => 91
"function" => "renderCsrfToken"
"class" => "Symfony\Component\Form\FormRenderer"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/twig/twig/src/Template.php"
"line" => 411
"function" => "doDisplay"
"class" => "__TwigTemplate_d2d1419543e3f6e82a1a9b26b1251397"
"type" => "->"
]
[
"file" => "/var/www/html/var/cache/dev/twig/4b/4b9af6771ddec7f2b55189ab2e9dd72b.php"
"line" => 166
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/twig/twig/src/Template.php"
"line" => 456
"function" => "block_body"
"class" => "__TwigTemplate_021300c4f36f3edc149169e17f2ef11f"
"type" => "->"
]
[
"file" => "/var/www/html/var/cache/dev/twig/db/dbc265a2f4f3d8f1529328eb792b8188.php"
"line" => 83
"function" => "yieldBlock"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/twig/twig/src/Template.php"
"line" => 411
"function" => "doDisplay"
"class" => "__TwigTemplate_a1e3be41006bebce3c7799cbf387ecae"
"type" => "->"
]
[
"file" => "/var/www/html/var/cache/dev/twig/4b/4b9af6771ddec7f2b55189ab2e9dd72b.php"
"line" => 57
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/twig/twig/src/Template.php"
"line" => 411
"function" => "doDisplay"
"class" => "__TwigTemplate_021300c4f36f3edc149169e17f2ef11f"
"type" => "->"
]
[
"file" => "/var/www/html/var/cache/dev/twig/a2/a210037b82d2c9daa2ceb8d68789553e.php"
"line" => 52
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/twig/twig/src/Template.php"
"line" => 411
"function" => "doDisplay"
"class" => "__TwigTemplate_51a07bd9dce9815c317c4dcf469848b7"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/twig/twig/src/Template.php"
"line" => 366
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/twig/twig/src/Template.php"
"line" => 381
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/twig/twig/src/TemplateWrapper.php"
"line" => 51
"function" => "render"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/twig/twig/src/Environment.php"
"line" => 333
"function" => "render"
"class" => "Twig\TemplateWrapper"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 467
"function" => "render"
"class" => "Twig\Environment"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 472
"function" => "doRenderView"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 284
"function" => "doRender"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/var/www/html/src/Controller/ReservationController.php"
"line" => 737
"function" => "render"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/var/www/html/src/Controller/ReservationController.php"
"line" => 223
"function" => "renderWizard"
"class" => "App\Controller\ReservationController"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 183
"function" => "wizardServices"
"class" => "App\Controller\ReservationController"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/http-kernel/Kernel.php"
"line" => 193
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/var/www/html/vendor/autoload_runtime.php"
"line" => 32
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/var/www/html/public/index.php"
"line" => 5
"args" => [
"/var/www/html/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Flashes
Flashes
No flash messages were created.
Server Parameters
Server Parameters
Defined in .env
| Key | Value |
|---|---|
| APP_DEBUG | "1" |
| APP_ENV | "dev" |
| APP_SECRET | "4lGaxrm3Cnpf4QCcHX7jVtS8suCRBzzdZHii" |
| DATABASE_URL | "mysql://pneuparking_cz_rezervace-dev:Nci263zYtjQZb2hLB9dBHTZYcgsR6W4TP5mV@pneuparking_cz_rezervace-dev_db:3306/pneuparking_cz_rezervace-dev?serverVersion=8.0.28&charset=utf8mb4" |
| DEFAULT_URI | "https://rezervace-dev.pneuparking.cz" |
| MAILER_DSN | "sendgrid+api://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@default" |
| MAILER_FROM_EMAIL | "rezervace@pneuparking.cz" |
| MAILER_FROM_NAME | "PneuParking.cz" |
| MESSENGER_TRANSPORT_DSN | "doctrine://default?auto_setup=0" |
| SENDGRID_API_KEY | "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" |
| SENDGRID_TEMPLATE_ID | "d-dbbd9828f4d14985a50affed411de9ff" |
Defined as regular env variables
| Key | Value |
|---|---|
| APACHE_CONFDIR | "/etc/apache2" |
| APACHE_ENVVARS | "/etc/apache2/envvars" |
| APACHE_LOCK_DIR | "/var/lock/apache2" |
| APACHE_LOG_DIR | "/var/log/apache2" |
| APACHE_PID_FILE | "/var/run/apache2/apache2.pid" |
| APACHE_RUN_DIR | "/var/run/apache2" |
| APACHE_RUN_GROUP | "www-data" |
| APACHE_RUN_USER | "www-data" |
| APP_PROJECT_DIR | "/var/www/html" |
| APP_RUNTIME | "Symfony\Component\Runtime\SymfonyRuntime" |
| APP_RUNTIME_OPTIONS | [ "project_dir" => "/var/www/html" ] |
| CONTEXT_DOCUMENT_ROOT | "/var/www/html/public" |
| CONTEXT_PREFIX | "" |
| DOCKER_APP_ENV | "dev" |
| DOCKER_APP_SECRET | "4lGaxrm3Cnpf4QCcHX7jVtS8suCRBzzdZHii" |
| DOCKER_APP_URL | "https://rezervace-dev.pneuparking.cz" |
| DOCKER_MAILER_FROM_EMAIL | "rezervace@pneuparking.cz" |
| DOCKER_MAILER_FROM_NAME | "PneuParking.cz" |
| DOCKER_MYSQL_PASSWORD | "Nci263zYtjQZb2hLB9dBHTZYcgsR6W4TP5mV" |
| DOCKER_MYSQL_ROOT_PASSWORD | "Ga28Xb6s81uNbJVs3efn4a0ooD050L3LFT1a" |
| DOCKER_PROJECT_NAME | "pneuparking_cz_rezervace-dev" |
| DOCKER_PROJECT_PATH | "/var/www/pneuparking.cz/rezervace-dev" |
| DOCKER_SENDGRID_API_TOKEN | "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" |
| DOCKER_SENDGRID_TEMPLATE_ID | "d-dbbd9828f4d14985a50affed411de9ff" |
| DOCUMENT_ROOT | "/var/www/html/public" |
| EMAIL_DEFAULT_URI | "https://rezervace.pneuparking.cz" |
| GATEWAY_INTERFACE | "CGI/1.1" |
| GPG_KEYS | "1198C0117593497A5EC5C199286AF1F9897469DC 49D9AF6BC72A80D6691719C8AA23F5BE9C7097D4 D95C03BC702BE9515344AE3374E44BC9067701A5" |
| HOSTNAME | "1288f7664c5e" |
| HTTP_ACCEPT | "*/*" |
| HTTP_ACCEPT_ENCODING | "gzip, br, zstd, deflate" |
| HTTP_CONNECTION | "close" |
| HTTP_COOKIE | "main_deauth_profile_token=d730bc; sf_redirect=%7B%22token%22%3A%22d730bc%22%2C%22route%22%3A%22app_reservation_guest_start%22%2C%22method%22%3A%22GET%22%2C%22controller%22%3A%7B%22class%22%3A%22App%5C%5CController%5C%5CReservationController%22%2C%22method%22%3A%22guestStart%22%2C%22file%22%3A%22%5C%2Fvar%5C%2Fwww%5C%2Fhtml%5C%2Fsrc%5C%2FController%5C%2FReservationController.php%22%2C%22line%22%3A148%7D%2C%22status_code%22%3A302%2C%22status_text%22%3A%22Found%22%7D; PHPSESSID=932c2911452ffc486670cc3cd6d2b1e4" |
| HTTP_HOST | "rezervace-dev.pneuparking.cz" |
| HTTP_REFERER | "https://rezervace-dev.pneuparking.cz/reservations/new/guest" |
| HTTP_USER_AGENT | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" |
| HTTP_X_FORWARDED_FOR | "216.73.217.68" |
| HTTP_X_FORWARDED_PROTO | "https" |
| HTTP_X_FORWARDED_SCHEME | "https" |
| HTTP_X_REAL_IP | "216.73.217.68" |
| LANG | "C" |
| PATH | "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" |
| PHPIZE_DEPS | "autoconf \t\tdpkg-dev \t\tfile \t\tg++ \t\tgcc \t\tlibc-dev \t\tmake \t\tpkg-config \t\tre2c" |
| PHP_ASC_URL | "https://www.php.net/distributions/php-8.5.5.tar.xz.asc" |
| PHP_CFLAGS | "-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" |
| PHP_CPPFLAGS | "-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" |
| PHP_INI_DIR | "/usr/local/etc/php" |
| PHP_LDFLAGS | "-Wl,-O1 -pie" |
| PHP_SELF | "/index.php" |
| PHP_SHA256 | "95bec382f4bd00570a8ef52a58ec04d8d9b9a90494781f1c106d1b274a3902f2" |
| PHP_URL | "https://www.php.net/distributions/php-8.5.5.tar.xz" |
| PHP_VERSION | "8.5.5" |
| PWD | "/var/www/html" |
| QUERY_STRING | "" |
| REDIRECT_STATUS | "200" |
| REDIRECT_URL | "/reservations/new/services" |
| REMOTE_ADDR | "172.18.0.22" |
| REMOTE_PORT | "44206" |
| REQUEST_METHOD | "GET" |
| REQUEST_SCHEME | "http" |
| REQUEST_TIME | 1781513310 |
| REQUEST_TIME_FLOAT | 1781513310.8384 |
| REQUEST_URI | "/reservations/new/services" |
| SCRIPT_FILENAME | "/var/www/html/public/index.php" |
| SCRIPT_NAME | "/index.php" |
| SERVER_ADDR | "172.18.0.57" |
| SERVER_ADMIN | "webmaster@localhost" |
| SERVER_NAME | "rezervace-dev.pneuparking.cz" |
| SERVER_PORT | "80" |
| SERVER_PROTOCOL | "HTTP/1.1" |
| SERVER_SIGNATURE | "<address>Apache/2.4.66 (Debian) Server at rezervace-dev.pneuparking.cz Port 80</address>\n" |
| SERVER_SOFTWARE | "Apache/2.4.66 (Debian)" |
| SHLVL | "0" |
| SYMFONY_DOTENV_PATH | "/var/www/html/.env" |
| SYMFONY_DOTENV_VARS | "APP_ENV,APP_DEBUG,APP_SECRET,DEFAULT_URI,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN,MAILER_FROM_EMAIL,MAILER_FROM_NAME,SENDGRID_TEMPLATE_ID,SENDGRID_API_KEY" |