From 062a199e20b68504c3e01ccc9571577878882636 Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Wed, 8 Jan 2020 10:33:48 +0800 Subject: [PATCH] Update index.php --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index c946543..ab4f2f9 100644 --- a/index.php +++ b/index.php @@ -681,8 +681,8 @@ function render_list($path, $files) include 'theme/'.$theme; $html = '' . 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); }