From 86add8bd4c565dadf4b3a364bca41f7e42120262 Mon Sep 17 00:00:00 2001 From: BingoKingo Date: Mon, 24 Feb 2020 15:54:42 +0800 Subject: [PATCH] Update common.php --- function/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/function/common.php b/function/common.php index 0c7d6f9..e638539 100644 --- a/function/common.php +++ b/function/common.php @@ -1028,7 +1028,7 @@ function render_list($path = '', $files = '') $htmlpage = include 'theme/'.$theme; $html = '' . ob_get_clean(); if (isset($htmlpage['statusCode'])) return $htmlpage; if ($_SERVER['Set-Cookie']!='') return output($html, $statusCode, [ 'Set-Cookie' => $_SERVER['Set-Cookie'], 'Content-Type' => 'text/html' ]);