瀏覽代碼

Update Redirect page

Visman 3 年之前
父節點
當前提交
e8c52c4f25
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      app/Models/Pages/Redirect.php

+ 0 - 1
app/Models/Pages/Redirect.php

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