Reference

Reference

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla quam velit, vulputate eu pharetra nec, mattis ac neque. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

firmy.cz
Hodnocení

zajímavý podnadpis

Děkujeme za pozitivní reference

100%

Děkuji za profesionální přístup a přátelské jednání p. Nováka. I když se naše záležitost protáhla kvůli vyrovnání SJM, měl pochopení a trpělivost. Děkuji za spolupráci Alena Marečková

Alena Marečková

100%

Spolupráce s obchodním zástupcem na jedničku. Pan Novák vše zařídil k naší spokojenosti.

Jirihofman 71

80%

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla quam velit, vulputate eu pharetra nec, mattis ac neque. Lorem ipsum dolor sit ame

Petr Kříž

50%

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla quam velit, vulputate eu pharetra nec, mattis ac neque. Lorem ipsum dolor sit ame

Jiří Holič

75%

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla quam velit, vulputate eu pharetra nec, mattis ac neque. Lorem ipsum dolor sit ame

Kateřina Navrátilová

zajímavý podnadpis k nabídce

TOP nemovitosti, které prošly naší nabídkou

RD Dobrotice

Ulice Dobrotice 164, 769 01 Holešov - Dobrotice, Česko, Holešov

rozloha

rozloha 120 m²

1 234 567 Kč

BJ Uničov

Ulice Nová 811, 78391 Uničov, Uničov

rozloha 3+1

rozloha 63 m²

1 234 567 Kč

RD Ředice

Ulice Ředice 23, 64 01 Nechvalice - Ředice, Česko, Nechvalice

rozloha 145 m²

1 234 567 Kč

RD Albrechtice u Rozsoch

Ulice Albrechtice 32, 592 57 Rozsochy - Albrechtice, Česko, Rozsochy

rozloha 180 m²

1 234 567 Kč

RD Červený Kostelec

Ulice Řehákova 316, 549 41 Červený Kostelec, Česko, Červený Kostelec

rozloha

rozloha 175 m²

1 234 567 Kč

RD Kunovice

Ulice Ve Strhanci 1358, 686 04 Kunovice, okres Uherské Hradiště, Zlínský kraj, Česko, Uherské Hradiště

rozloha 180 m²

1 234 567 Kč

Zajímavý podnadpis k nabídce

Příklady realizovaných prodejů

  • Předchozí Následující
    • Předchozí Následující
      • Jsme tu pro vás

        Osobně s vámi projdeme každý detail

        Nejpozději do 24 hodin se ozveme nazpátek.

        O vaše data je u nás postaráno. Přečtěte si naše podmínky pro ochranu os. údajů.

        firmy.cz
        Hodnocení

        Adresa Kancelář: Kaštanová 548/80, 620 00 Brno

        Výhoda proč spolupracovat s námi

        Výhoda proč spolupracovat s námi

        Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla quam velit, vulputate eu pharetra nec, mattis ac neque lorem ips.

        Výhoda proč spolupracovat s námi

        Výhoda proč spolupracovat s námi

        Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla quam velit, vulputate eu pharetra nec, mattis ac neque lorem ips.

        Výhoda proč spolupracovat s námi

        Výhoda proč spolupracovat s námi

        Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla quam velit, vulputate eu pharetra nec, mattis ac neque lorem ips.

        Výhoda proč spolupracovat s námi

        Výhoda proč spolupracovat s námi

        Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla quam velit, vulputate eu pharetra nec, mattis ac neque lorem ips.

        Byli jste s námi spokojeni? Něco se vám nelíbilo?

        Osobně s vámi projdeme každý detail

        Moje hodnocení Hodnocení

        Děkujeme. Odesláním souhlasíte, že může být vaše reference po schválení zveřejněna.

        O vaše data je u nás postaráno. Přečtěte si naše podmínky pro

        User Warning: Invalid link: Cannot load presenter 'Frontend:ProcessPersonalData', none of following classes were found: Theme\FrontendModule\Presenters\ProcessPersonalDataPresenter, App\FrontendModule\Presenters\ProcessPersonalDataPresenter 

        User Warning

        Invalid link: Cannot load presenter 'Frontend:ProcessPersonalData', none of following classes were found: Theme\FrontendModule\Presenters\ProcessPersonalDataPresenter, App\FrontendModule\Presenters\ProcessPersonalDataPresenter search► skip error►

        File: .../nette/application/src/Application/UI/Presenter.php:847

        837: 838: /** 839: * Invalid link handler. Descendant can override this method to change default behaviour. 840: * @throws InvalidLinkException 841: */ 842: protected function handleInvalidLink(InvalidLinkException $e): string 843: { 844: if ($this->invalidLinkMode & self::InvalidLinkException) { 845: throw $e; 846: } elseif ($this->invalidLinkMode & self::InvalidLinkWarning) { 847: trigger_error('Invalid link: ' . $e->getMessage(), E_USER_WARNING); 848: } 849: 850: return $this->invalidLinkMode & self::InvalidLinkTextual 851: ? '#error: ' . $e->getMessage()
        837: 838: /** 839: * Invalid link handler. Descendant can override this method to change default behaviour. 840: * @throws InvalidLinkException 841: */ 842: protected function handleInvalidLink(InvalidLinkException $e): string 843: { 844: if ($this->invalidLinkMode & self::InvalidLinkException) { 845: throw $e; 846: } elseif ($this->invalidLinkMode & self::InvalidLinkWarning) { 847: trigger_error('Invalid link: ' . $e->getMessage(), E_USER_WARNING); 848: } 849: 850: return $this->invalidLinkMode & self::InvalidLinkTextual 851: ? '#error: ' . $e->getMessage()
        $message
        
        
        $error_level
        512
        287: */ 288: public function link(string $destination, $args = []): string 289: { 290: try { 291: $args = func_num_args() < 3 && is_array($args) 292: ? $args 293: : array_slice(func_get_args(), 1); 294: return $this->getPresenter()->getLinkGenerator()->link($destination, $args, $this, 'link'); 295: 296: } catch (InvalidLinkException $e) { 297: return $this->getPresenter()->handleInvalidLink($e); 298: } 299: } 300: 301:
        $e
        
        
        131: </button> 132: </fieldset> 133: <p>'; 134: echo ($this->filters->translate)('reo_add_reference_form_footer') /* line 40 */; 135: echo '</p> 136: </div> 137: <div class="uk-width-auto@s"> 138: <p>'; 139: echo ($this->filters->translate)('reo_add_reference_form_gdpr') /* line 43 */; 140: echo ' <a href="'; 141: echo LR\Filters::escapeHtmlAttr($this->global->uiPresenter->link('ProcessPersonalData:default')) /* line 43 */; 142: echo '" title="'; 143: echo LR\Filters::escapeHtmlAttr(($this->filters->striptags)(($this->filters->translate)('reo_add_reference_form_gdpr_link'))) /* line 43 */; 144: echo '">'; 145: echo LR\Filters::escapeHtmlText(($this->filters->translate)('reo_add_reference_form_gdpr_link')) /* line 43 */;
        33: <button n:name="submit" class="button button-main"> 34: {_reo_add_reference_form_submit} 35: <span class="ico"> 36: <img loading="lazy" src="{$basePath}/www/RealEstateOffice/images/svg/send.svg" alt="{_send}" width="16" height="16" data-uk-svg> 37: </span> 38: </button> 39: </fieldset> 40: <p>{_reo_add_reference_form_footer|noescape}</p> 41: </div> 42: <div class="uk-width-auto@s"> 43: <p>{_reo_add_reference_form_gdpr|noescape} <a href="{plink ProcessPersonalData:default}" title="{_reo_add_reference_form_gdpr_link|striptags}">{_reo_add_reference_form_gdpr_link}</a></p> 44: </div> 45: </div> 46: <div n:foreach="$form->ownErrors as $error" class="uk-alert-danger" data-uk-alert> 47: <a class="uk-alert-close" data-uk-close></a>
        $destination
        'ProcessPersonalData:default'
        129: 130: if (!$block) { 131: $hint = $layer && ($t = Latte\Helpers::getSuggestion($this->getBlockNames($layer), $name)) 132: ? ", did you mean '$t'?" 133: : '.'; 134: $name = $layer ? "$layer $name" : $name; 135: throw new Latte\RuntimeException("Cannot include undefined block '$name'$hint"); 136: } 137: 138: $this->filter( 139: fn() => reset($block->functions)($params), 140: $mod, 141: $block->contentType, 142: "block $name", 143: );
        $ʟ_args
        null
        205: return $child; 206: } 207: 208: 209: /** 210: * @param string|\Closure|null $targetType content-type name or modifier closure 211: */ 212: private function filter(callable $producer, string|\Closure|null $targetType, string $contentType, string $name): void 213: { 214: if ($targetType === null || $targetType === $contentType) { 215: $producer(); 216: 217: } elseif ($targetType instanceof \Closure) { 218: echo $targetType($this->capture($producer), $contentType); 219:
        128: : ($this->blocks[self::LayerLocal][$name] ?? $this->blocks[self::LayerTop][$name] ?? null); 129: 130: if (!$block) { 131: $hint = $layer && ($t = Latte\Helpers::getSuggestion($this->getBlockNames($layer), $name)) 132: ? ", did you mean '$t'?" 133: : '.'; 134: $name = $layer ? "$layer $name" : $name; 135: throw new Latte\RuntimeException("Cannot include undefined block '$name'$hint"); 136: } 137: 138: $this->filter( 139: fn() => reset($block->functions)($params), 140: $mod, 141: $block->contentType, 142: "block $name",
        $producer
        
        
        $targetType
        null
        $contentType
        'html'
        $name
        'block '
        17: public function main(array $ʟ_args): void 18: { 19: extract($ʟ_args); 20: unset($ʟ_args); 21: 22: if ($this->global->snippetDriver?->renderSnippets($this->blocks[self::LayerSnippet], $this->params)) { 23: return; 24: } 25: 26: echo '<div id="', htmlspecialchars($this->global->snippetDriver->getHtmlId('')), '">'; 27: $this->renderBlock('', [], null, 'snippet') /* line 1 */; 28: echo '</div>'; 29: } 30: 31:
        1: {snippet} 2: <form n:name="form" class="form-label form-js-label"> 3: <div class="uk-grid-small" data-uk-grid> 4: <div class="uk-width-1-1"> 5: <fieldset> 6: <input n:name="author"> 7: <label n:name="author">{_reo_add_reference_form_name}</label> 8: </fieldset> 9: </div> 10: <div class="uk-width-1-1"> 11: <p class="set-rating"> 12: <span>{_reo_add_reference_form_my_rating}</span> 13: <span class="rating" style="background-size: 0% 100%"> 14: <img loading="lazy" src="{$basePath}/www/RealEstateOffice/images/svg/rating.svg" alt="{_rating}" data-uk-svg> 15: </span>
        $name
        ''
        $params
        array (0)
        $mod
        null
        $layer
        'snippet'
        98: } 99: 100: } elseif ($this->parentName) { // extends 101: $this->params = $params; 102: $this->createTemplate($this->parentName, $params, 'extends')->render($block); 103: 104: } elseif ($block !== null) { // single block rendering 105: $this->renderBlock($block, $this->params); 106: 107: } else { 108: $this->main($params); 109: } 110: } 111: 112:
        $ʟ_args
        null
        70: 71: 72: /** 73: * Renders template to output. 74: * @param object|mixed[] $params 75: */ 76: public function render(string $name, object|array $params = [], ?string $block = null): void 77: { 78: $template = $this->createTemplate($name, $this->processParams($params)); 79: $template->global->coreCaptured = false; 80: $template->render($block); 81: } 82: 83: 84: /**
        $block
        null
        33: return $this->latte; 34: } 35: 36: 37: /** 38: * Renders template to output. 39: */ 40: public function render(?string $file = null, array $params = []): void 41: { 42: Nette\Utils\Arrays::toObject($params, $this); 43: $this->latte->render($file ?? $this->file, $this); 44: } 45: 46: 47: /**
        $name
        '/var/www/wivprivate.cz/data/www/wivprivate.cz/theme/FrontendModule/Components/AddReference/default.latte'
        $params
        
        
        71: $this->onRedirect(); 72: $this->redirect('this'); 73: } 74: } 75: 76: public function render(string $customTemplate = 'default'): void 77: { 78: $this->template->setFile($this->getTemplatePath($customTemplate . '.latte')); 79: $this->template->setTranslator($this->translator); 80: $this->template->added = $this->added; 81: $this->template->render(); 82: } 83: 84: protected function createComponentForm(): FrontendForm 85: {
        169: echo '</h2> 170: <p class="subtitle">'; 171: echo LR\Filters::escapeHtmlText(($this->filters->translate)('reo_add_reference_modal_subtitle')) /* line 92 */; 172: echo '</p> 173: </div> 174: </div> 175: <div class="uk-modal-body"> 176: '; 177: $ʟ_tmp = $this->global->uiControl->getComponent('addReference'); 178: if ($ʟ_tmp instanceof Nette\Application\UI\Renderable) $ʟ_tmp->redrawControl(null, false); 179: $ʟ_tmp->render() /* line 96 */; 180: 181: echo ' </div> 182: </div> 183: </div>
        86: <div id="addReferenceFormModal" data-uk-modal> 87: <div class="uk-modal-dialog uk-margin-auto-vertical"> 88: <a class="uk-modal-close-default" data-uk-close></a> 89: <div class="uk-modal-header"> 90: <div class="section-title"> 91: <h2>{_reo_add_reference_modal_title}</h2> 92: <p class="subtitle">{_reo_add_reference_modal_subtitle}</p> 93: </div> 94: </div> 95: <div class="uk-modal-body"> 96: {control addReference} 97: </div> 98: </div> 99: </div> 100:
        129: 130: if (!$block) { 131: $hint = $layer && ($t = Latte\Helpers::getSuggestion($this->getBlockNames($layer), $name)) 132: ? ", did you mean '$t'?" 133: : '.'; 134: $name = $layer ? "$layer $name" : $name; 135: throw new Latte\RuntimeException("Cannot include undefined block '$name'$hint"); 136: } 137: 138: $this->filter( 139: fn() => reset($block->functions)($params), 140: $mod, 141: $block->contentType, 142: "block $name", 143: );
        $ʟ_args
        null
        205: return $child; 206: } 207: 208: 209: /** 210: * @param string|\Closure|null $targetType content-type name or modifier closure 211: */ 212: private function filter(callable $producer, string|\Closure|null $targetType, string $contentType, string $name): void 213: { 214: if ($targetType === null || $targetType === $contentType) { 215: $producer(); 216: 217: } elseif ($targetType instanceof \Closure) { 218: echo $targetType($this->capture($producer), $contentType); 219:
        128: : ($this->blocks[self::LayerLocal][$name] ?? $this->blocks[self::LayerTop][$name] ?? null); 129: 130: if (!$block) { 131: $hint = $layer && ($t = Latte\Helpers::getSuggestion($this->getBlockNames($layer), $name)) 132: ? ", did you mean '$t'?" 133: : '.'; 134: $name = $layer ? "$layer $name" : $name; 135: throw new Latte\RuntimeException("Cannot include undefined block '$name'$hint"); 136: } 137: 138: $this->filter( 139: fn() => reset($block->functions)($params), 140: $mod, 141: $block->contentType, 142: "block $name",
        $producer
        
        
        $targetType
        'html'
        $contentType
        'html'
        $name
        'block content'
        70: public function blockContent(array $ʟ_args): void 71: { 72: extract($this->params); 73: extract($ʟ_args); 74: unset($ʟ_args); 75: 76: $this->global->snippetDriver->enter('content', 'area'); 77: try { 78: echo ' <main> 79: '; 80: $this->renderBlock('content', [], 'html') /* line 8 */; 81: echo ' </main> 82: '; 83: 84: } finally {
        1: {layout '../../../App/FrontendModule/templates/@layout.latte'} 2: {block bodyStructure} 3: {snippetArea header} 4: {include file '@header.latte'} 5: {/snippetArea} 6: {snippetArea content} 7: <main> 8: {include block content} 9: </main> 10: {/snippetArea} 11: {snippetArea footer} 12: {include file '@footer.latte'} 13: {/snippetArea} 14: {/block} 15:
        $name
        'content'
        $params
        array (0)
        $mod
        'html'
        129: 130: if (!$block) { 131: $hint = $layer && ($t = Latte\Helpers::getSuggestion($this->getBlockNames($layer), $name)) 132: ? ", did you mean '$t'?" 133: : '.'; 134: $name = $layer ? "$layer $name" : $name; 135: throw new Latte\RuntimeException("Cannot include undefined block '$name'$hint"); 136: } 137: 138: $this->filter( 139: fn() => reset($block->functions)($params), 140: $mod, 141: $block->contentType, 142: "block $name", 143: );
        $ʟ_args
        null
        205: return $child; 206: } 207: 208: 209: /** 210: * @param string|\Closure|null $targetType content-type name or modifier closure 211: */ 212: private function filter(callable $producer, string|\Closure|null $targetType, string $contentType, string $name): void 213: { 214: if ($targetType === null || $targetType === $contentType) { 215: $producer(); 216: 217: } elseif ($targetType instanceof \Closure) { 218: echo $targetType($this->capture($producer), $contentType); 219:
        128: : ($this->blocks[self::LayerLocal][$name] ?? $this->blocks[self::LayerTop][$name] ?? null); 129: 130: if (!$block) { 131: $hint = $layer && ($t = Latte\Helpers::getSuggestion($this->getBlockNames($layer), $name)) 132: ? ", did you mean '$t'?" 133: : '.'; 134: $name = $layer ? "$layer $name" : $name; 135: throw new Latte\RuntimeException("Cannot include undefined block '$name'$hint"); 136: } 137: 138: $this->filter( 139: fn() => reset($block->functions)($params), 140: $mod, 141: $block->contentType, 142: "block $name",
        $producer
        
        
        $targetType
        null
        $contentType
        'html'
        $name
        'block content'
        38: 39: 40: /** {block bodyStructure} on line 2 */ 41: public function blockBodyStructure(array $ʟ_args): void 42: { 43: extract($this->params); 44: extract($ʟ_args); 45: unset($ʟ_args); 46: 47: $this->renderBlock('header', [], null, 'snippet') /* line 3 */; 48: $this->renderBlock('content', [], null, 'snippet') /* line 6 */; 49: $this->renderBlock('footer', [], null, 'snippet') /* line 11 */; 50: } 51: 52:
        1: {layout '../../../App/FrontendModule/templates/@layout.latte'} 2: {block bodyStructure} 3: {snippetArea header} 4: {include file '@header.latte'} 5: {/snippetArea} 6: {snippetArea content} 7: <main> 8: {include block content} 9: </main> 10: {/snippetArea} 11: {snippetArea footer} 12: {include file '@footer.latte'} 13: {/snippetArea} 14: {/block} 15:
        $name
        'content'
        $params
        array (0)
        $mod
        null
        $layer
        'snippet'
        129: 130: if (!$block) { 131: $hint = $layer && ($t = Latte\Helpers::getSuggestion($this->getBlockNames($layer), $name)) 132: ? ", did you mean '$t'?" 133: : '.'; 134: $name = $layer ? "$layer $name" : $name; 135: throw new Latte\RuntimeException("Cannot include undefined block '$name'$hint"); 136: } 137: 138: $this->filter( 139: fn() => reset($block->functions)($params), 140: $mod, 141: $block->contentType, 142: "block $name", 143: );
        $ʟ_args
        null
        205: return $child; 206: } 207: 208: 209: /** 210: * @param string|\Closure|null $targetType content-type name or modifier closure 211: */ 212: private function filter(callable $producer, string|\Closure|null $targetType, string $contentType, string $name): void 213: { 214: if ($targetType === null || $targetType === $contentType) { 215: $producer(); 216: 217: } elseif ($targetType instanceof \Closure) { 218: echo $targetType($this->capture($producer), $contentType); 219:
        128: : ($this->blocks[self::LayerLocal][$name] ?? $this->blocks[self::LayerTop][$name] ?? null); 129: 130: if (!$block) { 131: $hint = $layer && ($t = Latte\Helpers::getSuggestion($this->getBlockNames($layer), $name)) 132: ? ", did you mean '$t'?" 133: : '.'; 134: $name = $layer ? "$layer $name" : $name; 135: throw new Latte\RuntimeException("Cannot include undefined block '$name'$hint"); 136: } 137: 138: $this->filter( 139: fn() => reset($block->functions)($params), 140: $mod, 141: $block->contentType, 142: "block $name",
        $producer
        
        
        $targetType
        null
        $contentType
        'html'
        $name
        'block bodyStructure'
        94: echo ' </head> 95: <body'; 96: echo ($ʟ_tmp = array_filter([$bodyClass ? $bodyClass : null])) ? ' class="' . LR\Filters::escapeHtmlAttr(implode(" ", array_unique($ʟ_tmp))) . '"' : "" /* line 80 */; 97: echo '> 98: '; 99: $ʟ_tmp = $this->global->uiControl->getComponent('scripts-body'); 100: if ($ʟ_tmp instanceof Nette\Application\UI\Renderable) $ʟ_tmp->redrawControl(null, false); 101: $ʟ_tmp->render() /* line 81 */; 102: 103: echo "\n"; 104: $this->renderBlock('bodyStructure', get_defined_vars()) /* line 83 */; 105: echo "\n"; 106: $ʟ_tmp = $this->global->uiControl->getComponent('flashMessage'); 107: if ($ʟ_tmp instanceof Nette\Application\UI\Renderable) $ʟ_tmp->redrawControl(null, false); 108: $ʟ_tmp->render() /* line 95 */;
        73: </title> 74: {/block} 75: 76: {block canonical} 77: {control canonical} 78: {/block} 79: </head> 80: <body n:class="$bodyClass ? $bodyClass"> 81: {control scripts-body} 82: 83: {block bodyStructure} 84: {snippetArea header} 85: {include file '@header.latte'} 86: {/snippetArea} 87: {snippetArea content}
        $name
        'bodyStructure'
        $params
        
        
        98: } 99: 100: } elseif ($this->parentName) { // extends 101: $this->params = $params; 102: $this->createTemplate($this->parentName, $params, 'extends')->render($block); 103: 104: } elseif ($block !== null) { // single block rendering 105: $this->renderBlock($block, $this->params); 106: 107: } else { 108: $this->main($params); 109: } 110: } 111: 112:
        $ʟ_args
        null
        92: $this->parentName = ($this->global->coreParentFinder)($this); 93: } 94: 95: if ($this->referenceType === 'import') { 96: if ($this->parentName) { 97: throw new Latte\RuntimeException('Imported template cannot use {extends} or {layout}, use {import}'); 98: } 99: 100: } elseif ($this->parentName) { // extends 101: $this->params = $params; 102: $this->createTemplate($this->parentName, $params, 'extends')->render($block); 103: 104: } elseif ($block !== null) { // single block rendering 105: $this->renderBlock($block, $this->params); 106:
        $block
        null
        92: $this->parentName = ($this->global->coreParentFinder)($this); 93: } 94: 95: if ($this->referenceType === 'import') { 96: if ($this->parentName) { 97: throw new Latte\RuntimeException('Imported template cannot use {extends} or {layout}, use {import}'); 98: } 99: 100: } elseif ($this->parentName) { // extends 101: $this->params = $params; 102: $this->createTemplate($this->parentName, $params, 'extends')->render($block); 103: 104: } elseif ($block !== null) { // single block rendering 105: $this->renderBlock($block, $this->params); 106:
        $block
        null
        70: 71: 72: /** 73: * Renders template to output. 74: * @param object|mixed[] $params 75: */ 76: public function render(string $name, object|array $params = [], ?string $block = null): void 77: { 78: $template = $this->createTemplate($name, $this->processParams($params)); 79: $template->global->coreCaptured = false; 80: $template->render($block); 81: } 82: 83: 84: /**
        $block
        null
        33: return $this->latte; 34: } 35: 36: 37: /** 38: * Renders template to output. 39: */ 40: public function render(?string $file = null, array $params = []): void 41: { 42: Nette\Utils\Arrays::toObject($params, $this); 43: $this->latte->render($file ?? $this->file, $this); 44: } 45: 46: 47: /**
        $name
        '/var/www/wivprivate.cz/data/www/wivprivate.cz/theme/FrontendModule/templates/ReferenceList/default.latte'
        $params
        
        
        31: return $this->source; 32: } 33: 34: 35: /** 36: * Sends response to output. 37: */ 38: public function send(Nette\Http\IRequest $httpRequest, Nette\Http\IResponse $httpResponse): void 39: { 40: if ($this->source instanceof Nette\Application\UI\Template) { 41: $this->source->render(); 42: 43: } else { 44: echo $this->source; 45: }
        149: 150: Arrays::invoke($this->onPresenter, $this, $this->presenter); 151: $response = $this->presenter->run(clone $request); 152: 153: if ($response instanceof Responses\ForwardResponse) { 154: $request = $response->getRequest(); 155: goto process; 156: } 157: 158: Arrays::invoke($this->onResponse, $this, $response); 159: $response->send($this->httpRequest, $this->httpResponse); 160: } 161: 162: 163: public function createErrorRequest(\Throwable $e): ?Request
        $httpRequest
        
        
        $httpResponse
        
        
        67: } 68: 69: 70: /** 71: * Dispatch a HTTP request to a front controller. 72: */ 73: public function run(): void 74: { 75: try { 76: Arrays::invoke($this->onStartup, $this); 77: $this->processRequest($this->createInitialRequest()); 78: Arrays::invoke($this->onShutdown, $this); 79: 80: } catch (\Throwable $e) { 81: $this->sendHttpCode($e);
        $request
        
        
        9: $parameters = $container->getParameters(); 10: 11: if ($timeLimit = $parameters['time_limit'] ?? null) { 12: @set_time_limit($timeLimit); 13: } 14: 15: if ($memoryLimit = $parameters['memory_limit'] ?? null) { 16: @ini_set('memory_limit', $memoryLimit . 'M'); 17: } 18: 19: $container->getByType(Application::class)->run(); 20: exit;
        
        
        	

        Requests

        
        

        Presenter

        
        
        				
        HTTP_ACCEPT_ENCODING
        'gzip, br, zstd, deflate'
        SERVER_NAME
        'www.wivprivate.cz'
        HTTPS
        'On'
        PHPRC
        '/var/www/wivprivate.cz/data/php-bin'
        UNIQUE_ID
        'ao7HpHFFVAfMa2GGaSR7xQAAAAw'
        REDIRECT_UNIQUE_ID
        'ao7HpHFFVAfMa2GGaSR7xQAAAAw'
        REDIRECT_HTTPS
        'on'
        SCRIPT_NAME
        '/index.php'
        REDIRECT_STATUS
        '200'
        GATEWAY_INTERFACE
        'CGI/1.1'
        REDIRECT_REDIRECT_PERL5LIB
        '/usr/share/awstats/lib:/usr/share/awstats/plugins'
        SERVER_SOFTWARE
        'Apache/2.4.62 (AlmaLinux) mpm-itk/2.4.7-04 OpenSSL/3.5.5 PHP/8.0.30'
        DOCUMENT_ROOT
        '/var/www/wivprivate.cz/data/www/wivprivate.cz'
        PWD
        
        
        REQUEST_URI
        '/reference'
        SERVER_SIGNATURE
        ''
        REQUEST_SCHEME
        'http'
        QUERY_STRING
        ''
        PERL5LIB
        '/usr/share/awstats/lib:/usr/share/awstats/plugins'
        HTTP_X_FORWARDED_PROTO
        'https'
        CONTEXT_DOCUMENT_ROOT
        '/var/www/php-bin/wivprivate.cz/wivprivate.cz/'
        HTTP_ACCEPT
        '*/*'
        REMOTE_PORT
        '37164'
        SERVER_ADMIN
        'webmaster@wivprivate.cz'
        HTTP_HOST
        'www.wivprivate.cz'
        REDIRECT_REDIRECT_HTTPS
        'on'
        HTTP_CONNECTION
        'close'
        SERVER_ADDR
        '127.0.0.1'
        HTTP_X_FORWARDED_PORT
        '443'
        HTTP_USER_AGENT
        'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)'
        CONTEXT_PREFIX
        '/php-bin/'
        SHLVL
        '0'
        REDIRECT_HANDLER
        'application/x-httpd-php5'
        SERVER_PROTOCOL
        'HTTP/1.0'
        SERVER_PORT
        443
        SCRIPT_FILENAME
        '/var/www/wivprivate.cz/data/www/wivprivate.cz/index.php'
        REMOTE_ADDR
        '216.73.216.138'
        PATH
        '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin'
        REDIRECT_REDIRECT_UNIQUE_ID
        'ao7HpHFFVAfMa2GGaSR7xQAAAAw'
        REDIRECT_REDIRECT_STATUS
        '200'
        PHP_INI_SCAN_DIR
        '/var/www/wivprivate.cz/data/php-bin/wivprivate.cz:'
        HTTP_COOKIE
        '_nss=1; tracy-session=d999027f81; PHPSESSID=o7nvlap0929f9444gtfj478413'
        REDIRECT_URL
        '/index.php'
        REDIRECT_PERL5LIB
        '/usr/share/awstats/lib:/usr/share/awstats/plugins'
        REQUEST_METHOD
        'GET'
        ORIG_SCRIPT_FILENAME
        '/var/www/php-bin/wivprivate.cz/wivprivate.cz/php'
        ORIG_PATH_INFO
        '/index.php'
        ORIG_PATH_TRANSLATED
        '/var/www/wivprivate.cz/data/www/wivprivate.cz/index.php'
        ORIG_SCRIPT_NAME
        '/php-bin/php'
        PHP_SELF
        '/index.php'
        REQUEST_TIME_FLOAT
        1787742116.694691
        REQUEST_TIME
        1787742116
        __NF Nette Session

        Nette Session

        Eshop
        
        
        Basket
        
        
        antispam-Frontend:ReoCityPart-signIn-customerSignInForm-antispam_hash
        
        
        Nette\Forms\Controls\CsrfProtection
        
        
        antispam-Frontend:ReoCityPart-generatedForm-contact-form-antispam_hash
        
        
        antispam-Frontend:ReferenceList-signIn-customerSignInForm-antispam_hash
        
        
        antispam-Frontend:ReferenceList-generatedForm-contact-form-antispam_hash
        
        
        antispam-Frontend:ReferenceList-addReference-form-antispam_hash
        
        
        antispam-Frontend:Sign-signIn-customerSignInForm-antispam_hash
        
        
        antispam-Frontend:Sign-customerSignInForm-antispam_hash
        
        
        Nette.Http.UserStorage/Frontend
        null
        gtmDataLayer
        null
        Reo
        null
        SODIUM_CRYPTO_AEAD_AEGIS128L_KEYBYTES
        16
        SODIUM_CRYPTO_AEAD_AEGIS128L_NSECBYTES
        0
        SODIUM_CRYPTO_AEAD_AEGIS128L_NPUBBYTES
        32
        SODIUM_CRYPTO_AEAD_AEGIS128L_ABYTES
        32
        SODIUM_CRYPTO_AEAD_AEGIS256_KEYBYTES
        32
        SODIUM_CRYPTO_AEAD_AEGIS256_NSECBYTES
        0
        SODIUM_CRYPTO_AEAD_AEGIS256_NPUBBYTES
        32
        SODIUM_CRYPTO_AEAD_AEGIS256_ABYTES
        32
        TWISTO_PATH
        '/var/www/wivprivate.cz/data/www/wivprivate.cz/libs/twisto/Twisto/'

        bz2

        BZip2 Support Enabled
        Stream Wrapper support compress.bzip2://
        Stream Filter support bzip2.decompress, bzip2.compress
        BZip2 Version 1.0.8, 13-Jul-2019

        calendar

        Calendar support enabled

        cgi-fcgi

        DirectiveLocal ValueMaster Value
        cgi.check_shebang_lineOnOn
        cgi.discard_pathOffOff
        cgi.fix_pathinfoOnOn
        cgi.force_redirectOnOn
        cgi.nphOffOff
        cgi.redirect_status_envno valueno value
        cgi.rfc2616_headersOffOff
        fastcgi.loggingOnOn

        Core

        PHP Version 8.3.31
        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_logno valueno value
        error_log_mode06440644
        error_prepend_stringno valueno value
        error_reporting3276722527
        expose_phpOnOn
        extension_dir/usr/lib64/php/modules/usr/lib64/php/modules
        fiber.stack_sizeno valueno value
        file_uploadsOnOn
        hard_timeout22
        highlight.comment#FF8000#FF8000
        highlight.default#0000BB#0000BB
        highlight.html#000000#000000
        highlight.keyword#007700#007700
        highlight.string#DD0000#DD0000
        html_errorsOffOn
        ignore_repeated_errorsOffOff
        ignore_repeated_sourceOffOff
        ignore_user_abortOffOff
        implicit_flushOffOff
        include_path.:/usr/share/pear:/usr/share/php.:/usr/share/pear:/usr/share/php
        input_encodingno valueno value
        internal_encodingno valueno value
        log_errorsOffOn
        mail.add_x_headerOffOff
        mail.force_extra_parametersno valueno value
        mail.logno valueno value
        mail.mixed_lf_and_crlfOffOff
        max_execution_time30900
        max_file_uploads2020
        max_input_nesting_level6464
        max_input_time600600
        max_input_vars10001000
        max_multipart_body_parts-1-1
        memory_limit128M2023M
        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_debugOffOff
        request_orderGPGP
        sendmail_fromno valueno value
        sendmail_path/usr/sbin/sendmail -t -i -f webmaster@wivprivate.cz/usr/sbin/sendmail -t -i -f webmaster@wivprivate.cz
        serialize_precision-1-1
        short_open_tagOnOn
        SMTPlocalhostlocalhost
        smtp_port2525
        sys_temp_dirno valueno value
        syslog.facilityLOG_USERLOG_USER
        syslog.filterno-ctrlno-ctrl
        syslog.identphpphp
        unserialize_callback_funcno valueno value
        upload_max_filesize100M100M
        upload_tmp_dir/var/www/wivprivate.cz/data/bin-tmp//var/www/wivprivate.cz/data/bin-tmp/
        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.exception_string_param_max_len00
        zend.max_allowed_stack_size00
        zend.multibyteOffOff
        zend.reserved_stack_size00
        zend.script_encodingno valueno value
        zend.signal_checkOffOff

        ctype

        ctype functions enabled

        curl

        cURL support enabled
        cURL Information 7.76.1
        Age 8
        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
        ALTSVC Yes
        HTTP3 No
        UNICODE No
        ZSTD No
        HSTS No
        GSASL No
        Protocols dict, file, ftp, ftps, gopher, gophers, http, https, imap, imaps, ldap, ldaps, mqtt, pop3, pop3s, rtsp, scp, sftp, smb, smbs, smtp, smtps, telnet, tftp
        Host x86_64-redhat-linux-gnu
        SSL Version OpenSSL/3.5.5
        ZLib Version 1.2.11
        libSSH Version libssh/0.10.4/openssl/zlib
        DirectiveLocal ValueMaster Value
        curl.cainfono valueno value

        date

        date/time support enabled
        timelib version 2022.14
        "Olson" Timezone Database Version 2026.2
        Timezone Database system
        Default timezone Europe/Prague
        DirectiveLocal ValueMaster Value
        date.default_latitude31.766731.7667
        date.default_longitude35.233335.2333
        date.sunrise_zenith90.83333390.833333
        date.sunset_zenith90.83333390.833333
        date.timezoneEurope/PragueEurope/Prague

        dom

        DOM/XML enabled
        DOM/XML API Version 20031129
        libxml Version 2.9.13
        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 543

        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
        AVIF Support enabled
        TGA Read Support enabled
        DirectiveLocal ValueMaster Value
        gd.jpeg_ignore_warningOnOn

        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 murmur3a murmur3c murmur3f xxh32 xxh64 xxh3 xxh128 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.34
        DirectiveLocal ValueMaster Value
        iconv.input_encodingno valueno value
        iconv.internal_encodingno valueno value
        iconv.output_encodingno valueno value

        intl

        Internationalization support enabled
        ICU version 74.2
        ICU Data version 74.2
        ICU TZData version 2023c
        ICU Unicode version 15.1
        DirectiveLocal ValueMaster Value
        intl.default_localeno valueno value
        intl.error_level00
        intl.use_exceptionsOffOff

        json

        json support enabled

        libxml

        libXML support active
        libXML Compiled Version 2.9.13
        libXML Loaded Version 20913
        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.10
        DirectiveLocal ValueMaster Value
        mbstring.detect_orderno valueno value
        mbstring.encoding_translationOffOff
        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

        mysqli

        MysqlI Support enabled
        Client API library version mysqlnd 8.3.31
        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.local_infile_directoryno valueno value
        mysqli.max_linksUnlimitedUnlimited
        mysqli.max_persistentUnlimitedUnlimited
        mysqli.rollback_on_cached_plinkOffOff

        mysqlnd

        mysqlnd enabled
        Version mysqlnd 8.3.31
        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 3.5.5 27 Jan 2026
        OpenSSL Header Version OpenSSL 3.5.1 1 Jul 2025
        Openssl default config /etc/pki/tls/openssl.cnf
        DirectiveLocal ValueMaster Value
        openssl.cafileno valueno value
        openssl.capathno valueno value

        pcntl

        pcntl support enabled

        pcre

        PCRE (Perl Compatible Regular Expressions) Support enabled
        PCRE Library Version 10.40 2022-04-14
        PCRE Unicode Version 14.0.0
        PCRE JIT Support enabled
        PCRE JIT Target x86 64bit (little endian + unaligned)
        DirectiveLocal ValueMaster Value
        pcre.backtrack_limit10000001000000
        pcre.jitOffOff
        pcre.recursion_limit100000100000

        PDO

        PDO support enabled
        PDO drivers mysql, sqlite, sqlsrv

        pdo_mysql

        PDO Driver for MySQL enabled
        Client API version mysqlnd 8.3.31
        DirectiveLocal ValueMaster 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.34.1

        pdo_sqlsrv

        pdo_sqlsrv supportenabled
        ExtensionVer 5.13.1
        DirectiveLocal ValueMaster Value
        pdo_sqlsrv.client_buffer_max_kb_size1024010240
        pdo_sqlsrv.log_severity00
        pdo_sqlsrv.report_additional_errors11
        pdo_sqlsrv.set_locale_info22

        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.
        DirectiveLocal ValueMaster Value
        phar.cache_listno valueno value
        phar.readonlyOnOn
        phar.require_hashOnOn

        posix

        POSIX support enabled

        random

        Version 8.3.31

        readline

        Readline Support enabled
        Readline library EditLine wrapper
        DirectiveLocal ValueMaster Value
        cli.pagerno valueno value
        cli.prompt\b \> \b \>

        Reflection

        Reflection enabled

        session

        Session Support enabled
        Registered save handlers files user
        Registered serializer handlers php_serialize php php_binary
        DirectiveLocal ValueMaster Value
        session.auto_startOffOff
        session.cache_expire180180
        session.cache_limiternocachenocache
        session.cookie_domainno valueno value
        session.cookie_httponlyOnOff
        session.cookie_lifetime12096000
        session.cookie_path//
        session.cookie_samesiteLaxno value
        session.cookie_secureOnOff
        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/wivprivate.cz/data/bin-tmp//var/www/wivprivate.cz/data/bin-tmp/
        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_cookiesOnOn
        session.use_only_cookiesOnOn
        session.use_strict_modeOnOff
        session.use_trans_sidOffOff

        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.34.1
        DirectiveLocal ValueMaster Value
        sqlite3.defensiveOnOn
        sqlite3.extension_dirno valueno value

        sqlsrv

        sqlsrv supportenabled
        ExtensionVer 5.13.1
        DirectiveLocal ValueMaster Value
        sqlsrv.ClientBufferMaxKBSize1024010240
        sqlsrv.LogSeverity00
        sqlsrv.LogSubsystems00
        sqlsrv.SetLocaleInfo22
        sqlsrv.WarningsReturnAsErrorsOnOn

        standard

        Dynamic Library Support enabled
        Path to sendmail /usr/sbin/sendmail -t -i -f webmaster@wivprivate.cz
        DirectiveLocal ValueMaster Value
        assert.activeOnOn
        assert.bailOffOff
        assert.callbackno valueno value
        assert.exceptionOnOn
        assert.warningOnOn
        auto_detect_line_endingsOffOff
        default_socket_timeout600600
        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.13

        xmlreader

        XMLReader enabled

        xmlwriter

        XMLWriter enabled

        xsl

        XSL enabled
        libxslt Version 1.1.34
        libxslt compiled against libxml Version 2.9.13
        EXSLT enabled
        libexslt Version 1.1.34

        Zend OPcache

        Opcode Caching Up and Running
        Optimization Enabled
        SHM Cache Enabled
        File Cache Disabled
        JIT On
        Startup OK
        Shared memory model mmap
        Cache hits 16
        Cache misses 801
        Used memory 58911992
        Free memory 746394376
        Wasted memory 0
        Interned Strings Used memory 10654720
        Interned Strings Free memory 22899712
        Cached scripts 801
        Cached keys 1555
        Max keys 130987
        OOM restarts 0
        Hash keys restarts 0
        Manual restarts 0
        Start time 2026-08-26T13:01:56+0200
        Last restart time none
        Last force restart time none
        DirectiveLocal ValueMaster Value
        opcache.blacklist_filename/etc/php.d/opcache*.blacklist/etc/php.d/opcache*.blacklist
        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_buffer3232
        opcache.jittracingtracing
        opcache.jit_bisect_limit00
        opcache.jit_blacklist_root_trace1616
        opcache.jit_blacklist_side_trace88
        opcache.jit_buffer_size64M64M
        opcache.jit_debug00
        opcache.jit_hot_func127127
        opcache.jit_hot_loop6464
        opcache.jit_hot_return88
        opcache.jit_hot_side_exit88
        opcache.jit_max_exit_counters81928192
        opcache.jit_max_loop_unrolls88
        opcache.jit_max_polymorphic_calls22
        opcache.jit_max_recursive_calls22
        opcache.jit_max_recursive_returns22
        opcache.jit_max_root_traces10241024
        opcache.jit_max_side_traces128128
        opcache.jit_max_trace_length10241024
        opcache.jit_prof_threshold0.0050.005
        opcache.lockfile_path/tmp/tmp
        opcache.log_verbosity_level11
        opcache.max_accelerated_files130987130987
        opcache.max_file_size00
        opcache.max_wasted_percentage55
        opcache.memory_consumption768768
        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.record_warningsOffOff
        opcache.restrict_apino valueno value
        opcache.revalidate_freq1010
        opcache.revalidate_pathOffOff
        opcache.save_commentsOnOn
        opcache.use_cwdOnOn
        opcache.validate_permissionOffOff
        opcache.validate_rootOffOff
        opcache.validate_timestampsOnOn

        zip

        Zip enabled
        Zip version 1.22.8
        Libzip version 1.11.4
        BZIP2 compression Yes
        XZ compression Yes
        ZSTD compression Yes
        AES-128 encryption Yes
        AES-192 encryption Yes
        AES-256 encryption Yes

        zlib

        ZLib Support enabled
        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
        array (2)
        
        0 => array (7)
        | 'name' => 'default output handler' | 'type' => 0 | 'flags' => 20592 | 'level' => 0 | 'chunk_size' => 4096 | 'buffer_size' => 8192 | 'buffer_used' => 0
        1 => array (7)
        | 'name' => 'Latte\Essential\Filters::spacelessHtmlHandler' | 'type' => 1 | 'flags' => 20593 | 'level' => 1 | 'chunk_size' => 4096 | 'buffer_size' => 8192 | 'buffer_used' => 79

        GET https://www.wivprivate.cz/reference

        Accept-Encoding
        'gzip, br, zstd, deflate'
        X-Forwarded-Proto
        'https'
        Accept
        '*/*'
        Host
        'www.wivprivate.cz'
        Connection
        'close'
        X-Forwarded-Port
        '443'
        User-Agent
        'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)'
        Cookie
        '_nss=1; tracy-session=d999027f81; PHPSESSID=o7nvlap0929f9444gtfj478413'

        $_GET

        empty

        $_COOKIE

        _nss
        '1'
        tracy-session
        'd999027f81'
        PHPSESSID
        'o7nvlap0929f9444gtfj478413'

        Code: 200

        X-Powered-By
        'Nette Framework 3'
        Content-Type
        'text/html; charset=utf-8'
        X-Frame-Options
        'SAMEORIGIN'
        Set-Cookie
        '_nss=1; path=/; secure; HttpOnly; SameSite=Strict'
        Set-Cookie
        'PHPSESSID=o7nvlap0929f9444gtfj478413; expires=Wed, 09 Sep 2026 11:01:56 GMT; Max-Age=1209600; path=/; secure; HttpOnly; SameSite=Lax'
        Expires
        'Thu, 19 Nov 1981 08:52:00 GMT'
        Cache-Control
        'no-store, no-cache, must-revalidate'
        Pragma
        'no-cache'
        Vary
        'X-Requested-With'

        Headers have been sent, output started at .../templates-ReferenceList-default.latte--d4958425b5.php:85 source

        75: $ʟ_tmp->render('facebook') /* line 10 */; 76: 77: echo ' <meta property="og:type" content="website" /> 78: <meta property="og:title" content="'; 79: echo LR\Filters::escapeHtmlAttr($referenceSettings->langFacebookTitle ?? $referenceSettings->langTitle) /* line 12 */; 80: echo '" /> 81: <meta property="og:description" content="'; 82: echo LR\Filters::escapeHtmlAttr($referenceSettings->langFacebookDescription ?? $referenceSettings->langDescription) /* line 13 */; 83: echo '" /> 84: <meta property="og:image" content="'; 85: echo LR\Filters::escapeHtmlAttr(($this->filters->absolute)(($this->filters->image)($referenceSettings))) /* line 14 */; 86: echo '" /> 87: 88: '; 89: $ʟ_tmp = $this->global->uiControl->getComponent('paginator');