Update index.php
parent
26ff8a684d
commit
062a199e20
|
@ -681,8 +681,8 @@ function render_list($path, $files)
|
|||
include 'theme/'.$theme;
|
||||
|
||||
$html = '<!--
|
||||
github : https://github.com/qkqpttgf/OneManager-php
|
||||
-->' . ob_get_clean();
|
||||
github : https://github.com/qkqpttgf/OneManager-php
|
||||
-->' . ob_get_clean();
|
||||
if ($_SERVER['Set-Cookie']!='') return output($html, $statusCode, [ 'Set-Cookie' => $_SERVER['Set-Cookie'], 'Content-Type' => 'text/html' ]);
|
||||
return output($html,$statusCode);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue