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.

MORE
Notice: Undefined index: notification

Notice

Undefined index: notification search► skip error►

Source file

File: /var/www/desko/desko.brokenmouse.cz/temp/cache/latte/templates-Homepage-default.latte--ad518cae73.php:85

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

  1. .../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
    
  2. .../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:
  3. .../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)
    
  4. /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)
    
  5. .../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
    
  6. .../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:
  7. .../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)
    
  8. /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)
    
  9. .../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
    
  10. .../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:
  11. .../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)
    
  12. /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
    
    
  13. .../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
    
  14. .../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:
  15. .../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)
    
  16. /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
    
    
  17. .../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) {
  18. .../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
    
  19. .../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
    
  20. .../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
    
  21. .../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
    
    
  22. .../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: }
  23. .../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
    
    
  24. .../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
    
    
  25. .../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

__NFNette 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
DirectiveLocal ValueMaster Value
cgi.discard_path00
cgi.fix_pathinfo11
cgi.force_redirect11
cgi.nph00
cgi.redirect_status_envno valueno value
cgi.rfc2616_headers00
fastcgi.error_headerno valueno value
fastcgi.logging11
fpm.configno valueno value

Core

PHP Version 7.4.27
DirectiveLocal ValueMaster Value
allow_url_fopenOnOn
allow_url_includeOffOff
arg_separator.input&&
arg_separator.output&&
auto_append_fileno valueno value
auto_globals_jitOnOn
auto_prepend_fileno valueno value
browscapno valueno value
default_charsetUTF-8UTF-8
default_mimetypetext/htmltext/html
disable_classesno valueno value
disable_functionsno valueno value
display_errorsOnOff
display_startup_errorsOffOff
doc_rootno valueno value
docref_extno valueno value
docref_rootno valueno value
enable_dlOffOff
enable_post_data_readingOnOn
error_append_stringno valueno 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_stringno valueno value
error_reporting3276722527
expose_phpOnOn
extension_dir/opt/remi/php74/root/usr/lib64/php/modules/opt/remi/php74/root/usr/lib64/php/modules
file_uploadsOnOn
hard_timeout22
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_errorsOffOn
ignore_repeated_errorsOffOff
ignore_repeated_sourceOffOff
ignore_user_abortOffOff
implicit_flushOffOff
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_encodingno valueno value
internal_encodingno valueno value
log_errorsOnOn
log_errors_max_len10241024
mail.add_x_headerOffOff
mail.force_extra_parametersno valueno value
mail.logno valueno value
max_execution_time3030
max_file_uploads2020
max_input_nesting_level6464
max_input_time6060
max_input_vars10001000
memory_limit128M128M
open_basedirno valueno value
output_buffering40964096
output_encodingno valueno value
output_handlerno valueno value
post_max_size100M100M
precision1414
realpath_cache_size4096K4096K
realpath_cache_ttl120120
register_argc_argvOffOff
report_memleaksOnOn
report_zend_debugOnOn
request_orderGPGP
sendmail_fromno valueno value
sendmail_path/usr/sbin/sendmail -t -i/usr/sbin/sendmail -t -i
serialize_precision-1-1
short_open_tagOffOff
SMTPlocalhostlocalhost
smtp_port2525
sys_temp_dirno valueno value
syslog.facilityLOG_USERLOG_USER
syslog.filterno-ctrlno-ctrl
syslog.identphpphp
track_errorsOffOff
unserialize_callback_funcno valueno value
upload_max_filesize100M100M
upload_tmp_dirno valueno value
user_dirno valueno value
user_ini.cache_ttl300300
user_ini.filename.user.ini.user.ini
variables_orderGPCSGPCS
xmlrpc_error_number00
xmlrpc_errorsOffOff
zend.assertions-1-1
zend.detect_unicodeOnOn
zend.enable_gcOnOn
zend.exception_ignore_argsOffOn
zend.multibyteOffOff
zend.script_encodingno valueno value
zend.signal_checkOffOff

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
DirectiveLocal ValueMaster Value
curl.cainfono valueno value

date

date/time support enabled
timelib version 2018.04
"Olson" Timezone Database Version 0.system
Timezone Database internal
Default timezone Europe/Prague
DirectiveLocal ValueMaster Value
date.default_latitude31.766731.7667
date.default_longitude35.233335.2333
date.sunrise_zenith90.58333390.583333
date.sunset_zenith90.58333390.583333
date.timezoneno valueno 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
DirectiveLocal ValueMaster Value
exif.decode_jis_intelJISJIS
exif.decode_jis_motorolaJISJIS
exif.decode_unicode_intelUCS-2LEUCS-2LE
exif.decode_unicode_motorolaUCS-2BEUCS-2BE
exif.encode_jisno valueno value
exif.encode_unicodeISO-8859-15ISO-8859-15

fileinfo

fileinfo support enabled
libmagic 537

filter

Input Validation and Filtering enabled
DirectiveLocal ValueMaster Value
filter.defaultunsafe_rawunsafe_raw
filter.default_flagsno valueno 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
DirectiveLocal ValueMaster Value
gd.jpeg_ignore_warning11

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
DirectiveLocal ValueMaster Value
iconv.input_encodingno valueno value
iconv.internal_encodingno valueno value
iconv.output_encodingno valueno value

igbinary

igbinary support enabled
igbinary version 3.2.7
igbinary APCu serializer ABI 0
igbinary session support yes
DirectiveLocal ValueMaster Value
igbinary.compact_stringsOnOn

imagick

imagick moduleenabled
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
DirectiveLocal ValueMaster Value
imagick.allow_zero_dimension_images00
imagick.locale_fix00
imagick.progress_monitor00
imagick.set_single_thread11
imagick.shutdown_sleep_count1010
imagick.skip_version_check11

intl

Internationalization supportenabled
ICU version 69.1
ICU Data version 69.1
ICU TZData version 2021a
ICU Unicode version 13.0
DirectiveLocal ValueMaster Value
intl.default_localeno valueno value
intl.error_level00
intl.use_exceptions00

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
DirectiveLocal ValueMaster Value
mbstring.detect_orderno valueno value
mbstring.encoding_translationOffOff
mbstring.func_overload00
mbstring.http_inputno valueno value
mbstring.http_outputno valueno value
mbstring.http_output_conv_mimetypes^(text/|application/xhtml\+xml)^(text/|application/xhtml\+xml)
mbstring.internal_encodingno valueno value
mbstring.languageneutralneutral
mbstring.regex_retry_limit10000001000000
mbstring.regex_stack_limit100000100000
mbstring.strict_detectionOffOff
mbstring.substitute_characterno valueno value

memcached

memcached supportenabled
Version 3.1.5
libmemcached version 1.0.18
SASL support yes
Session support yes
igbinary support yes
json support yes
msgpack support yes
DirectiveLocal ValueMaster Value
memcached.compression_factor1.31.3
memcached.compression_threshold20002000
memcached.compression_typefastlzfastlz
memcached.default_binary_protocolOffOff
memcached.default_connect_timeout00
memcached.default_consistent_hashOffOff
memcached.serializerigbinaryigbinary
memcached.sess_binary_protocolOnOn
memcached.sess_connect_timeout00
memcached.sess_consistent_hashOnOn
memcached.sess_consistent_hash_typeketamaketama
memcached.sess_lock_expire00
memcached.sess_lock_max_waitnot setnot set
memcached.sess_lock_retries55
memcached.sess_lock_waitnot setnot set
memcached.sess_lock_wait_max150150
memcached.sess_lock_wait_min150150
memcached.sess_lockingOnOn
memcached.sess_number_of_replicas00
memcached.sess_persistentOffOff
memcached.sess_prefixmemc.sess.key.memc.sess.key.
memcached.sess_randomize_replica_readOffOff
memcached.sess_remove_failed_serversOffOff
memcached.sess_sasl_passwordno valueno value
memcached.sess_sasl_usernameno valueno value
memcached.sess_server_failure_limit00
memcached.store_retry_count22

msgpack

MessagePack Support enabled
Session Support enabled
extension Version 2.1.2
header Version 3.2.0
DirectiveLocal ValueMaster Value
msgpack.error_displayOnOn
msgpack.illegal_key_insertOffOff
msgpack.php_onlyOnOn
msgpack.use_str8_serializationOnOn

mysqli

MysqlI Supportenabled
Client API library version mysqlnd 7.4.27
Active Persistent Links 0
Inactive Persistent Links 0
Active Links 0
DirectiveLocal ValueMaster Value
mysqli.allow_local_infileOffOff
mysqli.allow_persistentOnOn
mysqli.default_hostno valueno value
mysqli.default_port33063306
mysqli.default_pwno valueno value
mysqli.default_socket/var/lib/mysql/mysql.sock/var/lib/mysql/mysql.sock
mysqli.default_userno valueno value
mysqli.max_linksUnlimitedUnlimited
mysqli.max_persistentUnlimitedUnlimited
mysqli.reconnectOffOff
mysqli.rollback_on_cached_plinkOffOff

mysqlnd

mysqlndenabled
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
DirectiveLocal ValueMaster Value
openssl.cafileno valueno value
openssl.capathno valueno 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)
DirectiveLocal ValueMaster Value
pcre.backtrack_limit10000001000000
pcre.jit00
pcre.recursion_limit100000100000

PDO

PDO supportenabled
PDO drivers mysql, sqlite

pdo_mysql

PDO Driver for MySQLenabled
Client API version mysqlnd 7.4.27
DirectiveLocal ValueMaster Value
pdo_mysql.default_socket/var/lib/mysql/mysql.sock/var/lib/mysql/mysql.sock

pdo_sqlite

PDO Driver for SQLite 3.xenabled
SQLite Library 3.26.0

Phar

Phar: PHP Archive supportenabled
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.
DirectiveLocal ValueMaster Value
phar.cache_listno valueno value
phar.readonlyOnOn
phar.require_hashOnOn

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
DirectiveLocal ValueMaster Value
session.auto_startOffOff
session.cache_expire180180
session.cache_limiternocachenocache
session.cookie_domainno valueno value
session.cookie_httponly1no value
session.cookie_lifetime12096000
session.cookie_path//
session.cookie_samesiteno valueno value
session.cookie_secure10
session.gc_divisor10001000
session.gc_maxlifetime12096001440
session.gc_probability11
session.lazy_writeOnOn
session.namePHPSESSIDPHPSESSID
session.referer_checkno valueno value
session.save_handlerfilesfiles
session.save_path/var/www/desko/desko.brokenmouse.cz/app/../temp/sessions/var/opt/remi/php74/lib/php/session
session.serialize_handlerphpphp
session.sid_bits_per_character55
session.sid_length2626
session.upload_progress.cleanupOnOn
session.upload_progress.enabledOnOn
session.upload_progress.freq1%1%
session.upload_progress.min_freq11
session.upload_progress.namePHP_SESSION_UPLOAD_PROGRESSPHP_SESSION_UPLOAD_PROGRESS
session.upload_progress.prefixupload_progress_upload_progress_
session.use_cookies11
session.use_only_cookies11
session.use_strict_mode00
session.use_trans_sid00

shmop

shmop support enabled

SimpleXML

SimpleXML support enabled
Schema support enabled

sockets

Sockets Support enabled

sodium

sodium supportenabled
libsodium headers version 1.0.18
libsodium library version 1.0.18

SPL

SPL supportenabled
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 supportenabled
SQLite Library 3.26.0
DirectiveLocal ValueMaster Value
sqlite3.defensive11
sqlite3.extension_dirno valueno value

standard

Dynamic Library Support enabled
Path to sendmail /usr/sbin/sendmail -t -i
DirectiveLocal ValueMaster Value
assert.active11
assert.bail00
assert.callbackno valueno value
assert.exception00
assert.quiet_eval00
assert.warning11
auto_detect_line_endings00
default_socket_timeout6060
fromno valueno value
session.trans_sid_hostsno valueno value
session.trans_sid_tagsa=href,area=href,frame=src,form=a=href,area=href,frame=src,form=
unserialize_max_depth40964096
url_rewriter.hostsno valueno value
url_rewriter.tagsform=form=
user_agentno valueno 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
DirectiveLocal ValueMaster Value
opcache.blacklist_filename/etc/opt/remi/php74/php.d/opcache*.blacklist/etc/opt/remi/php74/php.d/opcache*.blacklist
opcache.consistency_checks00
opcache.dups_fixOffOff
opcache.enableOnOn
opcache.enable_cliOnOn
opcache.enable_file_overrideOffOff
opcache.error_logno valueno value
opcache.file_cacheno valueno value
opcache.file_cache_consistency_checksOnOn
opcache.file_cache_onlyOffOff
opcache.file_update_protection22
opcache.force_restart_timeout180180
opcache.huge_code_pagesOffOff
opcache.interned_strings_buffer88
opcache.lockfile_path/tmp/tmp
opcache.log_verbosity_level11
opcache.max_accelerated_files1000010000
opcache.max_file_size00
opcache.max_wasted_percentage55
opcache.memory_consumption128128
opcache.opt_debug_level00
opcache.optimization_level0x7FFEBFFF0x7FFEBFFF
opcache.preferred_memory_modelno valueno value
opcache.preloadno valueno value
opcache.preload_userno valueno value
opcache.protect_memoryOffOff
opcache.restrict_apino valueno value
opcache.revalidate_freq22
opcache.revalidate_pathOffOff
opcache.save_commentsOnOn
opcache.use_cwdOnOn
opcache.validate_permissionOffOff
opcache.validate_rootOffOff
opcache.validate_timestampsOnOn

zlib

ZLib Supportenabled
Stream Wrapper compress.zlib://
Stream Filter zlib.inflate, zlib.deflate
Compiled Version 1.2.11
Linked Version 1.2.11
DirectiveLocal ValueMaster Value
zlib.output_compressionOffOff
zlib.output_compression_level-1-1
zlib.output_handlerno valueno value

Additional Modules

Module Name

HTTP request

URL

https://www.desko.brokenmouse.cz/en/

Headers

Hostwww.desko.brokenmouse.cz
CookiePHPSESSID=apnstq9bg49fjksvvcp3jn0rpl
Refererhttps://www.desko.brokenmouse.cz/en
Accept-Encodinggzip, br, zstd, deflate
User-AgentMozilla/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-ByPHP/7.4.27
Content-Typetext/html; charset=utf-8
X-Frame-OptionsSAMEORIGIN
Content-Security-Policyscript-src 'nonce-uM+F9GU6QZ8KhWq9hMSKYA==' 'strict-dynamic' * 'unsafe-inline';
Set-CookiePHPSESSID=apnstq9bg49fjksvvcp3jn0rpl; expires=Sun, 29-Jun-2025 19:11:58 GMT; Max-Age=1209600; path=/; secure; HttpOnly
ExpiresThu, 19 Nov 1981 08:52:00 GMT
Cache-Controlno-store, no-cache, must-revalidate
Pragmano-cache
VaryX-Requested-With