From 14d3d8df9335601010d32e8e4c0b92bc5c6239a5 Mon Sep 17 00:00:00 2001 From: "Mr.Lin" Date: Wed, 4 Mar 2020 08:13:07 +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 8c50136..83ca9d2 100644 --- a/function/common.php +++ b/function/common.php @@ -1079,7 +1079,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' ]);