diff --git a/app/controller/Index.php b/app/controller/Index.php index af5b722..9e56da8 100644 --- a/app/controller/Index.php +++ b/app/controller/Index.php @@ -67,8 +67,6 @@ class Index extends BaseController 'software' => $_SERVER['SERVER_SOFTWARE'], 'os' => php_uname(), 'date' => date("Y-m-d H:i:s"), - 'no_https' => ! $this->request->isSsl(), - 'old_browser' => str_contains($this->request->header('User-Agent'), 'Windows NT') && str_contains($this->request->header('User-Agent'), 'Trident'), ]; View::assign('info', $info); View::assign('checkupdate', '//auth.cccyun.cc/app/dnsmgr.php?ver=' . config('app.version')); diff --git a/app/view/index/index.html b/app/view/index/index.html index 4621bb8..f28e0b8 100644 --- a/app/view/index/index.html +++ b/app/view/index/index.html @@ -72,22 +72,8 @@