Update common.php
parent
fcaa61b8e3
commit
2021624759
|
@ -1072,7 +1072,7 @@ function render_list($path = '', $files = '')
|
|||
$htmlpage = include 'theme/'.$theme;
|
||||
|
||||
$html = '<!--
|
||||
Github : https://github.com/qkqpttgf/OneManager-php
|
||||
Github : https://github.com/ldxw/OneManager-php
|
||||
-->' . 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' ]);
|
||||
|
|
Loading…
Reference in New Issue