瀏覽代碼

bugfix: fixed api login

Dmitriev Roman 3 月之前
父節點
當前提交
6d2f135e43
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      html/public/blocked.php

+ 1 - 1
html/public/blocked.php

@@ -179,5 +179,5 @@ if ($auth_active) {
 </table>
 
 <?php
-require_once ($_SERVER['DOCUMENT_ROOT']."/inc/footer.php");
+require_once ($_SERVER['DOCUMENT_ROOT']."/inc/footer.simple.php");
 ?>