From b89eb0502c17cf21cddb2803675477e253698f2e Mon Sep 17 00:00:00 2001 From: flashlab Date: Fri, 20 Oct 2023 17:35:34 +0800 Subject: [PATCH] fix: login issue #146 --- admin/index.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/admin/index.php b/admin/index.php index 2e0e975..1e2a79a 100755 --- a/admin/index.php +++ b/admin/index.php @@ -2,6 +2,7 @@ /* * 登录页面 */ +ob_start(); require_once __DIR__ . '/../app/function.php'; require_once APP_ROOT . '/app/header.php'; require_once APP_ROOT . '/config/config.guest.php'; @@ -124,11 +125,11 @@ if (isset($_POST['password']) and isset($_POST['user'])) { 简单图床登陆界面背景图
-
+

登录

- +