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'])) {