|
@@ -54,7 +54,6 @@ class Redirect extends Page
|
|
|
}
|
|
|
|
|
|
$this->nameTpl = 'layouts/redirect';
|
|
|
- $this->titles = __('Redirecting');
|
|
|
$this->robots = 'noindex';
|
|
|
$this->message = $message;
|
|
|
$this->timeout = (int) $this->c->config->o_redirect_delay; //???? перенести в заголовки?
|