From 827a085c5eb391e489c921b86aced9adf8c8018e Mon Sep 17 00:00:00 2001 From: SpanishBigHam Date: Wed, 1 Nov 2017 14:54:41 +0800 Subject: [PATCH] Update install.php cache html output until all headers seted --- install.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.php b/install.php index 6a65fcc6..88ffc9bc 100644 --- a/install.php +++ b/install.php @@ -198,7 +198,7 @@ if ('zh_CN' != $lang) { } Typecho_Cookie::set('__typecho_lang', $lang); - +ob_start(); ?> @@ -681,4 +681,5 @@ Typecho_Db::set(\$db);