We produce not only for the glass and electrical industry
DESKO a.s. has been specialising in supplies for the glass industry and the production of electrical components since the beginning of the company's independent existence. Tradition and experience of the employees are a warranty of high quality.
MORENotice
Undefined index: notification search► skip error►
Source file
75: '; 76: } 77: 78: 79: /** {block content} on line 11 */ 80: public function blockContent(array $ʟ_args): void 81: { 82: extract($this->params); 83: extract($ʟ_args); 84: unset($ʟ_args); 85: if ($content['notification']) /* line 12 */ { 86: echo ' <div class="notification"> 87: <div class="richtext"> 88: '; 89: echo $content['notification'] /* line 14 */;
Call stack
.../latte/src/Latte/Runtime/Template.php:315 source Templatead518cae73->blockContent(arguments)
305: 306: if (!$block) { 307: $hint = ($t = Latte\Helpers::getSuggestion($this->getBlockNames($layer), $name)) 308: ? ", did you mean '$t'?" 309: : '.'; 310: $name = $layer ? "$layer $name" : $name; 311: throw new Latte\RuntimeException("Cannot include undefined block '$name'$hint"); 312: } 313: 314: $this->filter( 315: function () use ($block, $params): void { reset($block->functions)($params); }, 316: $mod, 317: $block->contentType, 318: "block $name" 319: );
$ʟ_args null
.../latte/src/Latte/Runtime/Template.php:370 source Latte\Runtime\Template->Latte\Runtime\{closure}()
360: $block->functions = array_merge($block->functions, $functions); 361: } 362: 363: 364: /** 365: * @param string|\Closure|null $mod content-type name or modifier closure 366: */ 367: private function filter(callable $function, $mod, string $contentType, string $name): void 368: { 369: if ($mod === null || $mod === $contentType) { 370: $function(); 371: 372: } elseif ($mod instanceof \Closure) { 373: echo $mod($this->capture($function), $contentType); 374:
.../latte/src/Latte/Runtime/Template.php:318 source Latte\Runtime\Template->filter(arguments)
308: ? ", did you mean '$t'?" 309: : '.'; 310: $name = $layer ? "$layer $name" : $name; 311: throw new Latte\RuntimeException("Cannot include undefined block '$name'$hint"); 312: } 313: 314: $this->filter( 315: function () use ($block, $params): void { reset($block->functions)($params); }, 316: $mod, 317: $block->contentType, 318: "block $name" 319: ); 320: } 321: 322:
$function $mod "html" (4)
$contentType "html" (4)
$name "block content" (13)
/var/www/desko/desko.brokenmouse.cz/temp/cache/latte/Front-templates-@layout.latte--4d8af6d4eb.php:462 source Latte\Runtime\Template->renderBlock(arguments)
452: 453: /** {snippet content} on line 98 */ 454: public function blockContent(array $ʟ_args): void 455: { 456: extract($this->params); 457: extract($ʟ_args); 458: unset($ʟ_args); 459: $this->global->snippetDriver->enter("content", 'static'); 460: try { 461: if ($this->hasBlock("content")) /* line 99 */ { 462: $this->renderBlock('content', [], 'html') /* line 100 */; 463: } 464: } 465: finally { 466: $this->global->snippetDriver->leave();
$name "content" (7)
$params array ()
$mod "html" (4)
.../latte/src/Latte/Runtime/Template.php:315 source Template4d8af6d4eb->blockContent(arguments)
305: 306: if (!$block) { 307: $hint = ($t = Latte\Helpers::getSuggestion($this->getBlockNames($layer), $name)) 308: ? ", did you mean '$t'?" 309: : '.'; 310: $name = $layer ? "$layer $name" : $name; 311: throw new Latte\RuntimeException("Cannot include undefined block '$name'$hint"); 312: } 313: 314: $this->filter( 315: function () use ($block, $params): void { reset($block->functions)($params); }, 316: $mod, 317: $block->contentType, 318: "block $name" 319: );
$ʟ_args null
.../latte/src/Latte/Runtime/Template.php:370 source Latte\Runtime\Template->Latte\Runtime\{closure}()
360: $block->functions = array_merge($block->functions, $functions); 361: } 362: 363: 364: /** 365: * @param string|\Closure|null $mod content-type name or modifier closure 366: */ 367: private function filter(callable $function, $mod, string $contentType, string $name): void 368: { 369: if ($mod === null || $mod === $contentType) { 370: $function(); 371: 372: } elseif ($mod instanceof \Closure) { 373: echo $mod($this->capture($function), $contentType); 374:
.../latte/src/Latte/Runtime/Template.php:318 source Latte\Runtime\Template->filter(arguments)
308: ? ", did you mean '$t'?" 309: : '.'; 310: $name = $layer ? "$layer $name" : $name; 311: throw new Latte\RuntimeException("Cannot include undefined block '$name'$hint"); 312: } 313: 314: $this->filter( 315: function () use ($block, $params): void { reset($block->functions)($params); }, 316: $mod, 317: $block->contentType, 318: "block $name" 319: ); 320: } 321: 322:
$function $mod null
$contentType "html" (4)
$name "block content" (13)
/var/www/desko/desko.brokenmouse.cz/temp/cache/latte/Front-templates-@layout.latte--4d8af6d4eb.php:335 source Latte\Runtime\Template->renderBlock(arguments)
325: echo '">'; 326: $this->renderBlock('breadcrumbs', [], null, 'snippet') /* line 86 */; 327: echo '</div> 328: '; 329: $this->renderBlock('page-title', get_defined_vars()) /* line 93 */; 330: echo ' </div> 331: 332: <div id="'; 333: echo htmlspecialchars($this->global->snippetDriver->getHtmlId('content')); 334: echo '">'; 335: $this->renderBlock('content', [], null, 'snippet') /* line 98 */; 336: echo '</div> 337: </div> 338: </main> 339: ';
$name "content" (7)
$params array ()
$mod null
$layer "snippet" (7)
.../latte/src/Latte/Runtime/Template.php:315 source Template4d8af6d4eb->blockPage_content(arguments)
305: 306: if (!$block) { 307: $hint = ($t = Latte\Helpers::getSuggestion($this->getBlockNames($layer), $name)) 308: ? ", did you mean '$t'?" 309: : '.'; 310: $name = $layer ? "$layer $name" : $name; 311: throw new Latte\RuntimeException("Cannot include undefined block '$name'$hint"); 312: } 313: 314: $this->filter( 315: function () use ($block, $params): void { reset($block->functions)($params); }, 316: $mod, 317: $block->contentType, 318: "block $name" 319: );
$ʟ_args null
.../latte/src/Latte/Runtime/Template.php:370 source Latte\Runtime\Template->Latte\Runtime\{closure}()
360: $block->functions = array_merge($block->functions, $functions); 361: } 362: 363: 364: /** 365: * @param string|\Closure|null $mod content-type name or modifier closure 366: */ 367: private function filter(callable $function, $mod, string $contentType, string $name): void 368: { 369: if ($mod === null || $mod === $contentType) { 370: $function(); 371: 372: } elseif ($mod instanceof \Closure) { 373: echo $mod($this->capture($function), $contentType); 374:
.../latte/src/Latte/Runtime/Template.php:318 source Latte\Runtime\Template->filter(arguments)
308: ? ", did you mean '$t'?" 309: : '.'; 310: $name = $layer ? "$layer $name" : $name; 311: throw new Latte\RuntimeException("Cannot include undefined block '$name'$hint"); 312: } 313: 314: $this->filter( 315: function () use ($block, $params): void { reset($block->functions)($params); }, 316: $mod, 317: $block->contentType, 318: "block $name" 319: ); 320: } 321: 322:
$function $mod null
$contentType "html" (4)
$name "block page-content" (18)
/var/www/desko/desko.brokenmouse.cz/temp/cache/latte/Front-templates-@layout.latte--4d8af6d4eb.php:268 source Latte\Runtime\Template->renderBlock(arguments)
258: <source media="(max-width: 1240px)" srcset="'; 259: echo LR\Filters::escapeHtmlAttr($presenter->link(":Resizer:Resize:", Nelson\Resizer\Macros::prepareArguments(['front/img/header.png', 'c1296x', true]))); 260: echo '"> 261: <img alt="" class="page-background shrink" src="'; 262: echo LR\Filters::escapeHtmlAttr($presenter->link(":Resizer:Resize:", Nelson\Resizer\Macros::prepareArguments(['front/img/header.png', 'c1920x', true]))); 263: echo '"> 264: </picture> 265: '; 266: $this->renderBlock('page-header', get_defined_vars()) /* line 55 */; 267: echo "\n"; 268: $this->renderBlock('page-content', get_defined_vars()) /* line 83 */; 269: echo ' </div> 270: '; 271: $this->renderBlock('page-footer', get_defined_vars()) /* line 106 */; 272: echo ' </div>
$name "page-content" (12)
$params .../latte/src/Latte/Runtime/Template.php:315 source Template4d8af6d4eb->blockPage(arguments)
305: 306: if (!$block) { 307: $hint = ($t = Latte\Helpers::getSuggestion($this->getBlockNames($layer), $name)) 308: ? ", did you mean '$t'?" 309: : '.'; 310: $name = $layer ? "$layer $name" : $name; 311: throw new Latte\RuntimeException("Cannot include undefined block '$name'$hint"); 312: } 313: 314: $this->filter( 315: function () use ($block, $params): void { reset($block->functions)($params); }, 316: $mod, 317: $block->contentType, 318: "block $name" 319: );
$ʟ_args null
.../latte/src/Latte/Runtime/Template.php:370 source Latte\Runtime\Template->Latte\Runtime\{closure}()
360: $block->functions = array_merge($block->functions, $functions); 361: } 362: 363: 364: /** 365: * @param string|\Closure|null $mod content-type name or modifier closure 366: */ 367: private function filter(callable $function, $mod, string $contentType, string $name): void 368: { 369: if ($mod === null || $mod === $contentType) { 370: $function(); 371: 372: } elseif ($mod instanceof \Closure) { 373: echo $mod($this->capture($function), $contentType); 374:
.../latte/src/Latte/Runtime/Template.php:318 source Latte\Runtime\Template->filter(arguments)
308: ? ", did you mean '$t'?" 309: : '.'; 310: $name = $layer ? "$layer $name" : $name; 311: throw new Latte\RuntimeException("Cannot include undefined block '$name'$hint"); 312: } 313: 314: $this->filter( 315: function () use ($block, $params): void { reset($block->functions)($params); }, 316: $mod, 317: $block->contentType, 318: "block $name" 319: ); 320: } 321: 322:
$function $mod null
$contentType "html" (4)
$name "block page" (10)
/var/www/desko/desko.brokenmouse.cz/temp/cache/latte/Front-templates-@layout.latte--4d8af6d4eb.php:154 source Latte\Runtime\Template->renderBlock(arguments)
144: echo ' 145: '; 146: $this->renderBlock('inline-js', get_defined_vars()) /* line 41 */; 147: echo ' 148: </head> 149: '; 150: $this->createTemplate('inc.codes.latte', $this->params, 'include')->renderToContentType('html') /* line 43 */; 151: $this->createTemplate('inc.cookieconsent.latte', $this->params, 'include')->renderToContentType('html') /* line 44 */; 152: echo '<body> 153: '; 154: $this->renderBlock('page', get_defined_vars()) /* line 46 */; 155: echo ' 156: <div class="layer"> 157: <div class="layer-box content-area"> 158: <div class="flash-messages"';
$name "page" (4)
$params .../latte/src/Latte/Runtime/Template.php:175 source Template4d8af6d4eb->main()
165: /** 166: * Renders template. 167: * @internal 168: */ 169: public function render(?string $block = null): void 170: { 171: $level = ob_get_level(); 172: try { 173: $this->prepare(); 174: if (!$this->doRender($block)) { 175: $this->main(); 176: } 177: 178: } catch (\Throwable $e) { 179: while (ob_get_level() > $level) {
.../latte/src/Latte/Runtime/Template.php:209 source Latte\Runtime\Template->render(arguments)
199: 200: if ($this->referenceType === 'import') { 201: if ($this->parentName) { 202: throw new Latte\RuntimeException('Imported template cannot use {extends} or {layout}, use {import}'); 203: } 204: 205: } elseif ($this->parentName) { // extends 206: ob_start(function () {}); 207: $this->params = $this->main(); 208: ob_end_clean(); 209: $this->createTemplate($this->parentName, $this->params, 'extends')->render($block); 210: 211: } elseif ($block !== null) { // single block rendering 212: $this->renderBlock($block, $this->params); 213:
$block null
.../latte/src/Latte/Runtime/Template.php:174 source Latte\Runtime\Template->doRender(arguments)
164: 165: /** 166: * Renders template. 167: * @internal 168: */ 169: public function render(?string $block = null): void 170: { 171: $level = ob_get_level(); 172: try { 173: $this->prepare(); 174: if (!$this->doRender($block)) { 175: $this->main(); 176: } 177: 178: } catch (\Throwable $e) {
$block null
.../vendor/latte/latte/src/Latte/Engine.php:102 source Latte\Runtime\Template->render(arguments)
92: 93: /** 94: * Renders template to output. 95: * @param object|mixed[] $params 96: */ 97: public function render(string $name, $params = [], ?string $block = null): void 98: { 99: $template = $this->createTemplate($name, $this->processParams($params)); 100: $template->global->coreCaptured = false; 101: ($this->probe)($template); 102: $template->render($block); 103: } 104: 105: 106: /**
$block null
.../Bridges/ApplicationLatte/Template.php:52 source Latte\Engine->render(arguments)
42: return $this->latte; 43: } 44: 45: 46: /** 47: * Renders template to output. 48: * @return void 49: */ 50: public function render($file = null, array $params = []) 51: { 52: $this->latte->render($file ?: $this->file, $params + $this->params); 53: } 54: 55: 56: /**
$name "/var/www/desko/desko.brokenmouse.cz/app/modules/Front/templates/Homepage/default.latte" (86)
$params .../Application/Responses/TextResponse.php:49 source Nette\Bridges\ApplicationLatte\Template->render()
39: } 40: 41: 42: /** 43: * Sends response to output. 44: * @return void 45: */ 46: public function send(Nette\Http\IRequest $httpRequest, Nette\Http\IResponse $httpResponse) 47: { 48: if ($this->source instanceof Nette\Application\UI\ITemplate) { 49: $this->source->render(); 50: 51: } else { 52: echo $this->source; 53: }
.../src/Application/Application.php:157 source Nette\Application\Responses\TextResponse->send(arguments)
147: } 148: $this->onPresenter($this, $this->presenter); 149: $response = $this->presenter->run(clone $request); 150: 151: if ($response instanceof Responses\ForwardResponse) { 152: $request = $response->getRequest(); 153: goto process; 154: 155: } elseif ($response) { 156: $this->onResponse($this, $response); 157: $response->send($this->httpRequest, $this->httpResponse); 158: } 159: } 160: 161:
$httpRequest $httpResponse .../src/Application/Application.php:83 source Nette\Application\Application->processRequest(arguments)
73: 74: 75: /** 76: * Dispatch a HTTP request to a front controller. 77: * @return void 78: */ 79: public function run() 80: { 81: try { 82: $this->onStartup($this); 83: $this->processRequest($this->createInitialRequest()); 84: $this->onShutdown($this); 85: 86: } catch (\Exception $e) { 87: } catch (\Throwable $e) {
$request .../desko/desko.brokenmouse.cz/www/index.php:21 source Nette\Application\Application->run()
11: // inspired by: https://gist.github.com/fprochazka/648eb6b0fcca406a16cd 12: if (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off') { 13: $_SERVER['SERVER_PORT'] = 443; 14: } 15: 16: require_once __DIR__ . '/../vendor/autoload.php'; 17: 18: App\Bootstrap::boot() 19: ->createContainer() 20: ->getByType(Nette\Application\Application::class) 21: ->run(); 22:
Variables
$content | |
---|---|
$user | |
$baseUrl | "https://www.desko.brokenmouse.cz" (32)
|
$baseUri | "https://www.desko.brokenmouse.cz" (32)
|
$basePath | ""
|
$flashes | array ()
|
$control | |
$presenter | |
$_control | |
$_presenter | |
$netteCacheStorage | |
$_project | |
$_isDevEnv | true
|
$_page | |
$global | |
$documents | |
$politics | array ()
|
$certificates | |
$_l | |
$_g |
Nette Application
Requests
Presenter
Environment
$_SERVER
USER | "apache" (6)
|
---|---|
HOME | "/usr/share/httpd" (16)
|
SCRIPT_NAME | "/index.php" (10)
|
REQUEST_URI | "/en/" (4)
|
QUERY_STRING | ""
|
REQUEST_METHOD | "GET" (3)
|
SERVER_PROTOCOL | "HTTP/2.0" (8)
|
GATEWAY_INTERFACE | "CGI/1.1" (7)
|
REDIRECT_URL | "/en/" (4)
|
REMOTE_PORT | "64954" (5)
|
SCRIPT_FILENAME | "/var/www/desko/desko.brokenmouse.cz/www/index.php" (49)
|
SERVER_ADMIN | "mail@danielspringl.cz" (21)
|
CONTEXT_DOCUMENT_ROOT | "/var/www/desko/desko.brokenmouse.cz/www" (39)
|
CONTEXT_PREFIX | ""
|
REQUEST_SCHEME | "https" (5)
|
DOCUMENT_ROOT | "/var/www/desko/desko.brokenmouse.cz/www" (39)
|
REMOTE_ADDR | "216.73.216.194" (14)
|
SERVER_PORT | 443
|
SERVER_ADDR | "195.181.219.237" (15)
|
SERVER_NAME | "www.desko.brokenmouse.cz" (24)
|
SERVER_SOFTWARE | "Apache" (6)
|
SERVER_SIGNATURE | ""
|
PATH | "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" (49)
|
HTTP_HOST | "www.desko.brokenmouse.cz" (24)
|
HTTP_COOKIE | "PHPSESSID=apnstq9bg49fjksvvcp3jn0rpl" (36)
|
HTTP_REFERER | "https://www.desko.brokenmouse.cz/en" (35)
|
HTTP_ACCEPT_ENCODING | "gzip, br, zstd, deflate" (23)
|
HTTP_USER_AGENT | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103)
|
HTTP_ACCEPT | "*/*" (3)
|
proxy-nokeepalive | "1"
|
H2_STREAM_TAG | "000" (3)
|
H2_STREAM_ID | ""
|
H2_PUSHED_ON | ""
|
H2_PUSHED | ""
|
H2_PUSH | "off" (3)
|
H2PUSH | "off" (3)
|
HTTP2 | "on" (2)
|
SSL_TLS_SNI | "www.desko.brokenmouse.cz" (24)
|
HTTPS | "on" (2)
|
UNIQUE_ID | "aE8a-k0EVtFH473tN0GO8AABBwQ" (27)
|
REDIRECT_STATUS | "200" (3)
|
REDIRECT_H2_STREAM_TAG | "000" (3)
|
REDIRECT_H2_STREAM_ID | ""
|
REDIRECT_H2_PUSHED_ON | ""
|
REDIRECT_H2_PUSHED | ""
|
REDIRECT_H2_PUSH | "off" (3)
|
REDIRECT_H2PUSH | "off" (3)
|
REDIRECT_HTTP2 | "on" (2)
|
REDIRECT_SSL_TLS_SNI | "www.desko.brokenmouse.cz" (24)
|
REDIRECT_HTTPS | "on" (2)
|
REDIRECT_UNIQUE_ID | "aE8a-k0EVtFH473tN0GO8AABBwQ" (27)
|
FCGI_ROLE | "RESPONDER" (9)
|
PHP_SELF | "/index.php" (10)
|
REQUEST_TIME_FLOAT | 1750014718.636364
|
REQUEST_TIME | 1750014718
|
$_SESSION
__NF | Nette Session |
---|
Constants
FILTER_VALIDATE_BOOL | 258
|
---|---|
MYSQLI_REFRESH_REPLICA | 64
|
NBSP | " " (2)
|
Configuration options
Configuration
bz2
BZip2 Support | Enabled |
Stream Wrapper support | compress.bzip2:// |
Stream Filter support | bzip2.decompress, bzip2.compress |
BZip2 Version | 1.0.6, 6-Sept-2010 |
calendar
Calendar support | enabled |
cgi-fcgi
php-fpm | active |
Directive | Local Value | Master Value |
---|---|---|
cgi.discard_path | 0 | 0 |
cgi.fix_pathinfo | 1 | 1 |
cgi.force_redirect | 1 | 1 |
cgi.nph | 0 | 0 |
cgi.redirect_status_env | no value | no value |
cgi.rfc2616_headers | 0 | 0 |
fastcgi.error_header | no value | no value |
fastcgi.logging | 1 | 1 |
fpm.config | no value | no value |
Core
PHP Version | 7.4.27 |
Directive | Local Value | Master Value |
---|---|---|
allow_url_fopen | On | On |
allow_url_include | Off | Off |
arg_separator.input | & | & |
arg_separator.output | & | & |
auto_append_file | no value | no value |
auto_globals_jit | On | On |
auto_prepend_file | no value | no value |
browscap | no value | no value |
default_charset | UTF-8 | UTF-8 |
default_mimetype | text/html | text/html |
disable_classes | no value | no value |
disable_functions | no value | no value |
display_errors | On | Off |
display_startup_errors | Off | Off |
doc_root | no value | no value |
docref_ext | no value | no value |
docref_root | no value | no value |
enable_dl | Off | Off |
enable_post_data_reading | On | On |
error_append_string | no value | no value |
error_log | /var/opt/remi/php74/log/php-fpm/www-error.log | /var/opt/remi/php74/log/php-fpm/www-error.log |
error_prepend_string | no value | no value |
error_reporting | 32767 | 22527 |
expose_php | On | On |
extension_dir | /opt/remi/php74/root/usr/lib64/php/modules | /opt/remi/php74/root/usr/lib64/php/modules |
file_uploads | On | On |
hard_timeout | 2 | 2 |
highlight.comment | #998; font-style: italic | #FF8000 |
highlight.default | #000 | #0000BB |
highlight.html | #06B | #000000 |
highlight.keyword | #D24; font-weight: bold | #007700 |
highlight.string | #080 | #DD0000 |
html_errors | Off | On |
ignore_repeated_errors | Off | Off |
ignore_repeated_source | Off | Off |
ignore_user_abort | Off | Off |
implicit_flush | Off | Off |
include_path | .:/opt/remi/php74/root/usr/share/pear:/opt/remi/php74/root/usr/share/php:/usr/share/pear:/usr/share/php | .:/opt/remi/php74/root/usr/share/pear:/opt/remi/php74/root/usr/share/php:/usr/share/pear:/usr/share/php |
input_encoding | no value | no value |
internal_encoding | no value | no value |
log_errors | On | On |
log_errors_max_len | 1024 | 1024 |
mail.add_x_header | Off | Off |
mail.force_extra_parameters | no value | no value |
mail.log | no value | no value |
max_execution_time | 30 | 30 |
max_file_uploads | 20 | 20 |
max_input_nesting_level | 64 | 64 |
max_input_time | 60 | 60 |
max_input_vars | 1000 | 1000 |
memory_limit | 128M | 128M |
open_basedir | no value | no value |
output_buffering | 4096 | 4096 |
output_encoding | no value | no value |
output_handler | no value | no value |
post_max_size | 100M | 100M |
precision | 14 | 14 |
realpath_cache_size | 4096K | 4096K |
realpath_cache_ttl | 120 | 120 |
register_argc_argv | Off | Off |
report_memleaks | On | On |
report_zend_debug | On | On |
request_order | GP | GP |
sendmail_from | no value | no value |
sendmail_path | /usr/sbin/sendmail -t -i | /usr/sbin/sendmail -t -i |
serialize_precision | -1 | -1 |
short_open_tag | Off | Off |
SMTP | localhost | localhost |
smtp_port | 25 | 25 |
sys_temp_dir | no value | no value |
syslog.facility | LOG_USER | LOG_USER |
syslog.filter | no-ctrl | no-ctrl |
syslog.ident | php | php |
track_errors | Off | Off |
unserialize_callback_func | no value | no value |
upload_max_filesize | 100M | 100M |
upload_tmp_dir | no value | no value |
user_dir | no value | no value |
user_ini.cache_ttl | 300 | 300 |
user_ini.filename | .user.ini | .user.ini |
variables_order | GPCS | GPCS |
xmlrpc_error_number | 0 | 0 |
xmlrpc_errors | Off | Off |
zend.assertions | -1 | -1 |
zend.detect_unicode | On | On |
zend.enable_gc | On | On |
zend.exception_ignore_args | Off | On |
zend.multibyte | Off | Off |
zend.script_encoding | no value | no value |
zend.signal_check | Off | Off |
ctype
ctype functions | enabled |
curl
cURL support | enabled |
cURL Information | 7.61.1 |
Age | 4 |
Features | |
AsynchDNS | Yes |
CharConv | No |
Debug | No |
GSS-Negotiate | No |
IDN | Yes |
IPv6 | Yes |
krb4 | No |
Largefile | Yes |
libz | Yes |
NTLM | Yes |
NTLMWB | Yes |
SPNEGO | Yes |
SSL | Yes |
SSPI | No |
TLS-SRP | Yes |
HTTP2 | Yes |
GSSAPI | Yes |
KERBEROS5 | Yes |
UNIX_SOCKETS | Yes |
PSL | Yes |
HTTPS_PROXY | Yes |
MULTI_SSL | No |
BROTLI | Yes |
Protocols | dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, ldaps, pop3, pop3s, rtsp, scp, sftp, smb, smbs, smtp, smtps, telnet, tftp |
Host | x86_64-redhat-linux-gnu |
SSL Version | OpenSSL/1.1.1k |
ZLib Version | 1.2.11 |
libSSH Version | libssh/0.9.6/openssl/zlib |
Directive | Local Value | Master Value |
---|---|---|
curl.cainfo | no value | no value |
date
date/time support | enabled |
timelib version | 2018.04 |
"Olson" Timezone Database Version | 0.system |
Timezone Database | internal |
Default timezone | Europe/Prague |
Directive | Local Value | Master Value |
---|---|---|
date.default_latitude | 31.7667 | 31.7667 |
date.default_longitude | 35.2333 | 35.2333 |
date.sunrise_zenith | 90.583333 | 90.583333 |
date.sunset_zenith | 90.583333 | 90.583333 |
date.timezone | no value | no value |
dom
DOM/XML | enabled |
DOM/XML API Version | 20031129 |
libxml Version | 2.9.7 |
HTML Support | enabled |
XPath Support | enabled |
XPointer Support | enabled |
Schema Support | enabled |
RelaxNG Support | enabled |
exif
EXIF Support | enabled |
Supported EXIF Version | 0220 |
Supported filetypes | JPEG, TIFF |
Multibyte decoding support using mbstring | enabled |
Extended EXIF tag formats | Canon, Casio, Fujifilm, Nikon, Olympus, Samsung, Panasonic, DJI, Sony, Pentax, Minolta, Sigma, Foveon, Kyocera, Ricoh, AGFA, Epson |
Directive | Local Value | Master Value |
---|---|---|
exif.decode_jis_intel | JIS | JIS |
exif.decode_jis_motorola | JIS | JIS |
exif.decode_unicode_intel | UCS-2LE | UCS-2LE |
exif.decode_unicode_motorola | UCS-2BE | UCS-2BE |
exif.encode_jis | no value | no value |
exif.encode_unicode | ISO-8859-15 | ISO-8859-15 |
fileinfo
fileinfo support | enabled |
libmagic | 537 |
filter
Input Validation and Filtering | enabled |
Directive | Local Value | Master Value |
---|---|---|
filter.default | unsafe_raw | unsafe_raw |
filter.default_flags | no value | no value |
ftp
FTP support | enabled |
FTPS support | enabled |
gd
GD Support | enabled |
GD headers Version | 2.3.3 |
GD library Version | 2.3.3 |
FreeType Support | enabled |
FreeType Linkage | with freetype |
GIF Read Support | enabled |
GIF Create Support | enabled |
JPEG Support | enabled |
PNG Support | enabled |
WBMP Support | enabled |
XPM Support | enabled |
XBM Support | enabled |
WebP Support | enabled |
BMP Support | enabled |
TGA Read Support | enabled |
Directive | Local Value | Master Value |
---|---|---|
gd.jpeg_ignore_warning | 1 | 1 |
gettext
GetText Support | enabled |
hash
hash support | enabled |
Hashing Engines | md2 md4 md5 sha1 sha224 sha256 sha384 sha512/224 sha512/256 sha512 sha3-224 sha3-256 sha3-384 sha3-512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru snefru256 gost gost-crypto adler32 crc32 crc32b crc32c fnv132 fnv1a32 fnv164 fnv1a64 joaat haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5 |
MHASH support | Enabled |
MHASH API Version | Emulated Support |
iconv
iconv support | enabled |
iconv implementation | glibc |
iconv library version | 2.28 |
Directive | Local Value | Master Value |
---|---|---|
iconv.input_encoding | no value | no value |
iconv.internal_encoding | no value | no value |
iconv.output_encoding | no value | no value |
igbinary
igbinary support | enabled |
igbinary version | 3.2.7 |
igbinary APCu serializer ABI | 0 |
igbinary session support | yes |
Directive | Local Value | Master Value |
---|---|---|
igbinary.compact_strings | On | On |
imagick
imagick module | enabled |
---|---|
imagick module version | 3.7.0 |
imagick classes | Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator, ImagickKernel |
Imagick compiled with ImageMagick version | ImageMagick 6.9.12-34 Q16 x86_64 2021-12-22 https://imagemagick.org |
Imagick using ImageMagick library version | ImageMagick 6.9.12-35 Q16 x86_64 2022-01-22 https://imagemagick.org |
ImageMagick copyright | (C) 1999-2021 ImageMagick Studio LLC |
ImageMagick release date | 2022-01-22 |
ImageMagick number of supported formats: | 244 |
ImageMagick supported formats | 3FR, 3G2, 3GP, AAI, AI, APNG, ART, ARW, AVI, AVS, BGR, BGRA, BGRO, BIE, BMP, BMP2, BMP3, BRF, CAL, CALS, CANVAS, CAPTION, CIN, CIP, CLIP, CMYK, CMYKA, CR2, CR3, CRW, CUR, CUT, DATA, DCM, DCR, DCX, DDS, DFONT, DNG, DOT, DPX, DXT1, DXT5, EPDF, EPI, EPS, EPS2, EPS3, EPSF, EPSI, EPT, EPT2, EPT3, ERF, EXR, FAX, FILE, FITS, FRACTAL, FTP, FTS, G3, G4, GIF, GIF87, GRADIENT, GRAY, GRAYA, GROUP4, GV, H, HALD, HDR, HISTOGRAM, HRZ, HTM, HTML, HTTP, HTTPS, ICB, ICO, ICON, IIQ, INFO, INLINE, IPL, ISOBRL, ISOBRL6, J2C, J2K, JBG, JBIG, JNG, JNX, JP2, JPC, JPE, JPEG, JPG, JPM, JPS, JPT, JSON, K25, KDC, LABEL, M2V, M4V, MAC, MAGICK, MAP, MASK, MAT, MATTE, MEF, MIFF, MKV, MNG, MONO, MOV, MP4, MPC, MPG, MRW, MSL, MSVG, MTV, MVG, NEF, NRW, NULL, ORF, OTB, OTF, PAL, PALM, PAM, PANGO, PATTERN, PBM, PCD, PCDS, PCL, PCT, PCX, PDB, PDF, PDFA, PEF, PES, PFA, PFB, PFM, PGM, PGX, PICON, PICT, PIX, PJPEG, PLASMA, PNG, PNG00, PNG24, PNG32, PNG48, PNG64, PNG8, PNM, POCKETMOD, PPM, PREVIEW, PS, PS2, PS3, PSB, PSD, PTIF, PWP, RADIAL-GRADIENT, RAF, RAS, RAW, RGB, RGBA, RGBO, RGF, RLA, RLE, RMF, RW2, SCR, SCT, SFW, SGI, SHTML, SIX, SIXEL, SPARSE-COLOR, SR2, SRF, STEGANO, SUN, SVG, SVGZ, TEXT, TGA, THUMBNAIL, TIFF, TIFF64, TILE, TIM, TTC, TTF, TXT, UBRL, UBRL6, UIL, UYVY, VDA, VICAR, VID, VIDEO, VIFF, VIPS, VST, WBMP, WEBM, WEBP, WMF, WMV, WMZ, WPG, X, X3F, XBM, XC, XCF, XPM, XPS, XV, XWD, YCbCr, YCbCrA, YUV |
Directive | Local Value | Master Value |
---|---|---|
imagick.allow_zero_dimension_images | 0 | 0 |
imagick.locale_fix | 0 | 0 |
imagick.progress_monitor | 0 | 0 |
imagick.set_single_thread | 1 | 1 |
imagick.shutdown_sleep_count | 10 | 10 |
imagick.skip_version_check | 1 | 1 |
intl
Internationalization support | enabled |
---|---|
ICU version | 69.1 |
ICU Data version | 69.1 |
ICU TZData version | 2021a |
ICU Unicode version | 13.0 |
Directive | Local Value | Master Value |
---|---|---|
intl.default_locale | no value | no value |
intl.error_level | 0 | 0 |
intl.use_exceptions | 0 | 0 |
json
json support | enabled |
libxml
libXML support | active |
libXML Compiled Version | 2.9.7 |
libXML Loaded Version | 20907 |
libXML streams | enabled |
mbstring
Multibyte Support | enabled |
Multibyte string engine | libmbfl |
HTTP input encoding translation | disabled |
libmbfl version | 1.3.2 |
mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1. |
---|
Multibyte (japanese) regex support | enabled |
Multibyte regex (oniguruma) version | 6.9.7 |
Directive | Local Value | Master Value |
---|---|---|
mbstring.detect_order | no value | no value |
mbstring.encoding_translation | Off | Off |
mbstring.func_overload | 0 | 0 |
mbstring.http_input | no value | no value |
mbstring.http_output | no value | no value |
mbstring.http_output_conv_mimetypes | ^(text/|application/xhtml\+xml) | ^(text/|application/xhtml\+xml) |
mbstring.internal_encoding | no value | no value |
mbstring.language | neutral | neutral |
mbstring.regex_retry_limit | 1000000 | 1000000 |
mbstring.regex_stack_limit | 100000 | 100000 |
mbstring.strict_detection | Off | Off |
mbstring.substitute_character | no value | no value |
memcached
memcached support | enabled |
---|---|
Version | 3.1.5 |
libmemcached version | 1.0.18 |
SASL support | yes |
Session support | yes |
igbinary support | yes |
json support | yes |
msgpack support | yes |
Directive | Local Value | Master Value |
---|---|---|
memcached.compression_factor | 1.3 | 1.3 |
memcached.compression_threshold | 2000 | 2000 |
memcached.compression_type | fastlz | fastlz |
memcached.default_binary_protocol | Off | Off |
memcached.default_connect_timeout | 0 | 0 |
memcached.default_consistent_hash | Off | Off |
memcached.serializer | igbinary | igbinary |
memcached.sess_binary_protocol | On | On |
memcached.sess_connect_timeout | 0 | 0 |
memcached.sess_consistent_hash | On | On |
memcached.sess_consistent_hash_type | ketama | ketama |
memcached.sess_lock_expire | 0 | 0 |
memcached.sess_lock_max_wait | not set | not set |
memcached.sess_lock_retries | 5 | 5 |
memcached.sess_lock_wait | not set | not set |
memcached.sess_lock_wait_max | 150 | 150 |
memcached.sess_lock_wait_min | 150 | 150 |
memcached.sess_locking | On | On |
memcached.sess_number_of_replicas | 0 | 0 |
memcached.sess_persistent | Off | Off |
memcached.sess_prefix | memc.sess.key. | memc.sess.key. |
memcached.sess_randomize_replica_read | Off | Off |
memcached.sess_remove_failed_servers | Off | Off |
memcached.sess_sasl_password | no value | no value |
memcached.sess_sasl_username | no value | no value |
memcached.sess_server_failure_limit | 0 | 0 |
memcached.store_retry_count | 2 | 2 |
msgpack
MessagePack Support | enabled |
Session Support | enabled |
extension Version | 2.1.2 |
header Version | 3.2.0 |
Directive | Local Value | Master Value |
---|---|---|
msgpack.error_display | On | On |
msgpack.illegal_key_insert | Off | Off |
msgpack.php_only | On | On |
msgpack.use_str8_serialization | On | On |
mysqli
MysqlI Support | enabled |
---|---|
Client API library version | mysqlnd 7.4.27 |
Active Persistent Links | 0 |
Inactive Persistent Links | 0 |
Active Links | 0 |
Directive | Local Value | Master Value |
---|---|---|
mysqli.allow_local_infile | Off | Off |
mysqli.allow_persistent | On | On |
mysqli.default_host | no value | no value |
mysqli.default_port | 3306 | 3306 |
mysqli.default_pw | no value | no value |
mysqli.default_socket | /var/lib/mysql/mysql.sock | /var/lib/mysql/mysql.sock |
mysqli.default_user | no value | no value |
mysqli.max_links | Unlimited | Unlimited |
mysqli.max_persistent | Unlimited | Unlimited |
mysqli.reconnect | Off | Off |
mysqli.rollback_on_cached_plink | Off | Off |
mysqlnd
mysqlnd | enabled |
---|---|
Version | mysqlnd 7.4.27 |
Compression | supported |
core SSL | supported |
extended SSL | supported |
Command buffer size | 4096 |
Read buffer size | 32768 |
Read timeout | 86400 |
Collecting statistics | Yes |
Collecting memory statistics | No |
Tracing | n/a |
Loaded plugins | mysqlnd,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password,auth_plugin_caching_sha2_password,auth_plugin_sha256_password |
API Extensions | mysqli,pdo_mysql |
openssl
OpenSSL support | enabled |
OpenSSL Library Version | OpenSSL 1.1.1k FIPS 25 Mar 2021 |
OpenSSL Header Version | OpenSSL 1.1.1k FIPS 25 Mar 2021 |
Openssl default config | /etc/pki/tls/openssl.cnf |
Directive | Local Value | Master Value |
---|---|---|
openssl.cafile | no value | no value |
openssl.capath | no value | no value |
pcre
PCRE (Perl Compatible Regular Expressions) Support | enabled |
PCRE Library Version | 10.32 2018-09-10 |
PCRE Unicode Version | 11.0.0 |
PCRE JIT Support | enabled |
PCRE JIT Target | x86 64bit (little endian + unaligned) |
Directive | Local Value | Master Value |
---|---|---|
pcre.backtrack_limit | 1000000 | 1000000 |
pcre.jit | 0 | 0 |
pcre.recursion_limit | 100000 | 100000 |
PDO
PDO support | enabled |
---|---|
PDO drivers | mysql, sqlite |
pdo_mysql
PDO Driver for MySQL | enabled |
---|---|
Client API version | mysqlnd 7.4.27 |
Directive | Local Value | Master Value |
---|---|---|
pdo_mysql.default_socket | /var/lib/mysql/mysql.sock | /var/lib/mysql/mysql.sock |
pdo_sqlite
PDO Driver for SQLite 3.x | enabled |
---|---|
SQLite Library | 3.26.0 |
Phar
Phar: PHP Archive support | enabled |
---|---|
Phar API version | 1.1.1 |
Phar-based phar archives | enabled |
Tar-based phar archives | enabled |
ZIP-based phar archives | enabled |
gzip compression | enabled |
bzip2 compression | enabled |
Native OpenSSL support | enabled |
Phar based on pear/PHP_Archive, original concept by Davey Shafik. Phar fully realized by Gregory Beaver and Marcus Boerger. Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle. |
Directive | Local Value | Master Value |
---|---|---|
phar.cache_list | no value | no value |
phar.readonly | On | On |
phar.require_hash | On | On |
posix
POSIX support | enabled |
Reflection
Reflection | enabled |
session
Session Support | enabled |
Registered save handlers | files user memcached |
Registered serializer handlers | php_serialize php php_binary igbinary msgpack |
Directive | Local Value | Master Value |
---|---|---|
session.auto_start | Off | Off |
session.cache_expire | 180 | 180 |
session.cache_limiter | nocache | nocache |
session.cookie_domain | no value | no value |
session.cookie_httponly | 1 | no value |
session.cookie_lifetime | 1209600 | 0 |
session.cookie_path | / | / |
session.cookie_samesite | no value | no value |
session.cookie_secure | 1 | 0 |
session.gc_divisor | 1000 | 1000 |
session.gc_maxlifetime | 1209600 | 1440 |
session.gc_probability | 1 | 1 |
session.lazy_write | On | On |
session.name | PHPSESSID | PHPSESSID |
session.referer_check | no value | no value |
session.save_handler | files | files |
session.save_path | /var/www/desko/desko.brokenmouse.cz/app/../temp/sessions | /var/opt/remi/php74/lib/php/session |
session.serialize_handler | php | php |
session.sid_bits_per_character | 5 | 5 |
session.sid_length | 26 | 26 |
session.upload_progress.cleanup | On | On |
session.upload_progress.enabled | On | On |
session.upload_progress.freq | 1% | 1% |
session.upload_progress.min_freq | 1 | 1 |
session.upload_progress.name | PHP_SESSION_UPLOAD_PROGRESS | PHP_SESSION_UPLOAD_PROGRESS |
session.upload_progress.prefix | upload_progress_ | upload_progress_ |
session.use_cookies | 1 | 1 |
session.use_only_cookies | 1 | 1 |
session.use_strict_mode | 0 | 0 |
session.use_trans_sid | 0 | 0 |
shmop
shmop support | enabled |
SimpleXML
SimpleXML support | enabled |
Schema support | enabled |
sockets
Sockets Support | enabled |
sodium
sodium support | enabled |
---|---|
libsodium headers version | 1.0.18 |
libsodium library version | 1.0.18 |
SPL
SPL support | enabled |
---|---|
Interfaces | OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject |
Classes | AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, CallbackFilterIterator, DirectoryIterator, DomainException, EmptyIterator, FilesystemIterator, FilterIterator, GlobIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, MultipleIterator, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveCallbackFilterIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RecursiveTreeIterator, RegexIterator, RuntimeException, SplDoublyLinkedList, SplFileInfo, SplFileObject, SplFixedArray, SplHeap, SplMinHeap, SplMaxHeap, SplObjectStorage, SplPriorityQueue, SplQueue, SplStack, SplTempFileObject, UnderflowException, UnexpectedValueException |
sqlite3
SQLite3 support | enabled |
---|---|
SQLite Library | 3.26.0 |
Directive | Local Value | Master Value |
---|---|---|
sqlite3.defensive | 1 | 1 |
sqlite3.extension_dir | no value | no value |
standard
Dynamic Library Support | enabled |
Path to sendmail | /usr/sbin/sendmail -t -i |
Directive | Local Value | Master Value |
---|---|---|
assert.active | 1 | 1 |
assert.bail | 0 | 0 |
assert.callback | no value | no value |
assert.exception | 0 | 0 |
assert.quiet_eval | 0 | 0 |
assert.warning | 1 | 1 |
auto_detect_line_endings | 0 | 0 |
default_socket_timeout | 60 | 60 |
from | no value | no value |
session.trans_sid_hosts | no value | no value |
session.trans_sid_tags | a=href,area=href,frame=src,form= | a=href,area=href,frame=src,form= |
unserialize_max_depth | 4096 | 4096 |
url_rewriter.hosts | no value | no value |
url_rewriter.tags | form= | form= |
user_agent | no value | no value |
sysvmsg
sysvmsg support | enabled |
sysvsem
sysvsem support | enabled |
sysvshm
sysvshm support | enabled |
tokenizer
Tokenizer Support | enabled |
xml
XML Support | active |
XML Namespace Support | active |
libxml2 Version | 2.9.7 |
xmlreader
XMLReader | enabled |
xmlwriter
XMLWriter | enabled |
xsl
XSL | enabled |
libxslt Version | 1.1.32 |
libxslt compiled against libxml Version | 2.9.7 |
EXSLT | enabled |
libexslt Version | 1.1.32 |
Zend OPcache
Opcode Caching | Up and Running |
Optimization | Enabled |
SHM Cache | Enabled |
File Cache | Disabled |
Startup | OK |
Shared memory model | mmap |
Cache hits | 186139708 |
Cache misses | 126497 |
Used memory | 85183648 |
Free memory | 46986656 |
Wasted memory | 2047424 |
Interned Strings Used memory | 6291008 |
Interned Strings Free memory | 0 |
Cached scripts | 3571 |
Cached keys | 6165 |
Max keys | 16229 |
OOM restarts | 4 |
Hash keys restarts | 0 |
Manual restarts | 0 |
Directive | Local Value | Master Value |
---|---|---|
opcache.blacklist_filename | /etc/opt/remi/php74/php.d/opcache*.blacklist | /etc/opt/remi/php74/php.d/opcache*.blacklist |
opcache.consistency_checks | 0 | 0 |
opcache.dups_fix | Off | Off |
opcache.enable | On | On |
opcache.enable_cli | On | On |
opcache.enable_file_override | Off | Off |
opcache.error_log | no value | no value |
opcache.file_cache | no value | no value |
opcache.file_cache_consistency_checks | On | On |
opcache.file_cache_only | Off | Off |
opcache.file_update_protection | 2 | 2 |
opcache.force_restart_timeout | 180 | 180 |
opcache.huge_code_pages | Off | Off |
opcache.interned_strings_buffer | 8 | 8 |
opcache.lockfile_path | /tmp | /tmp |
opcache.log_verbosity_level | 1 | 1 |
opcache.max_accelerated_files | 10000 | 10000 |
opcache.max_file_size | 0 | 0 |
opcache.max_wasted_percentage | 5 | 5 |
opcache.memory_consumption | 128 | 128 |
opcache.opt_debug_level | 0 | 0 |
opcache.optimization_level | 0x7FFEBFFF | 0x7FFEBFFF |
opcache.preferred_memory_model | no value | no value |
opcache.preload | no value | no value |
opcache.preload_user | no value | no value |
opcache.protect_memory | Off | Off |
opcache.restrict_api | no value | no value |
opcache.revalidate_freq | 2 | 2 |
opcache.revalidate_path | Off | Off |
opcache.save_comments | On | On |
opcache.use_cwd | On | On |
opcache.validate_permission | Off | Off |
opcache.validate_root | Off | Off |
opcache.validate_timestamps | On | On |
zlib
ZLib Support | enabled |
---|---|
Stream Wrapper | compress.zlib:// |
Stream Filter | zlib.inflate, zlib.deflate |
Compiled Version | 1.2.11 |
Linked Version | 1.2.11 |
Directive | Local Value | Master Value |
---|---|---|
zlib.output_compression | Off | Off |
zlib.output_compression_level | -1 | -1 |
zlib.output_handler | no value | no value |
Additional Modules
Module Name |
---|
HTTP request
URL
https://www.desko.brokenmouse.cz/en/
Headers
Host | www.desko.brokenmouse.cz |
---|---|
Cookie | PHPSESSID=apnstq9bg49fjksvvcp3jn0rpl |
Referer | https://www.desko.brokenmouse.cz/en |
Accept-Encoding | gzip, br, zstd, deflate |
User-Agent | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
Accept | */* |
$_GET
empty
$_POST
empty
$_COOKIE
PHPSESSID | "apnstq9bg49fjksvvcp3jn0rpl" (26)
|
---|
HTTP response
Headers
X-Powered-By | PHP/7.4.27 |
---|---|
Content-Type | text/html; charset=utf-8 |
X-Frame-Options | SAMEORIGIN |
Content-Security-Policy | script-src 'nonce-uM+F9GU6QZ8KhWq9hMSKYA==' 'strict-dynamic' * 'unsafe-inline'; |
Set-Cookie | PHPSESSID=apnstq9bg49fjksvvcp3jn0rpl; expires=Sun, 29-Jun-2025 19:11:58 GMT; Max-Age=1209600; path=/; secure; HttpOnly |
Expires | Thu, 19 Nov 1981 08:52:00 GMT |
Cache-Control | no-store, no-cache, must-revalidate |
Pragma | no-cache |
Vary | X-Requested-With |
- Please support Tracy via a donation 💙️
- Report generated at 2025/06/15 21:11:59
- https://www.desko.brokenmouse.cz/en/
- PHP 7.4.27
- Apache
- Tracy 2.6.8