session_only = true; } public function dispatch() { $this->page->setTitle(__('page.contacts')); if (empty($_GET['s'])) { $this->redirect('chat'); } if (!$this->user && $this->fetchGet('s')) { $this->redirect('blog', [$this->fetchGet('s')]); } } }