From 202162475939232095f989ddab7dc7dd6f98db77 Mon Sep 17 00:00:00 2001 From: "Mr.Lin" Date: Tue, 3 Mar 2020 12:39:26 +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 a753d46..8bec0e3 100644 --- a/function/common.php +++ b/function/common.php @@ -1072,7 +1072,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' ]);