diff --git a/function/common.php b/function/common.php index 2a9bd45..72428cc 100644 --- a/function/common.php +++ b/function/common.php @@ -1164,7 +1164,7 @@ function render_list($path = '', $files = '') include 'theme/'.$theme; $html = '' . ob_get_clean(); //if (isset($htmlpage['statusCode'])) return $htmlpage; if (isset($_SERVER['Set-Cookie'])) return output($html, $statusCode, [ 'Set-Cookie' => $_SERVER['Set-Cookie'], 'Content-Type' => 'text/html' ]);