浏览代码

Change the heading level for the moderation page

Visman 4 年之前
父节点
当前提交
a4c14a273b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/Models/Pages/Moderate.php

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

@@ -49,6 +49,7 @@ class Moderate extends Page
         $this->nameTpl   = 'moderate';
         $this->onlinePos = 'moderate';
         $this->robots    = 'noindex, nofollow';
+        $this->hhsLevel  = 'secure';
 
         $container->Lang->load('validator');
         $container->Lang->load('misc');