From ce621044f6694ff73a038efd1846ecf342f6683c Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Wed, 4 Mar 2020 17:28:57 +0800 Subject: [PATCH] Update index.php --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 436dd65..8a43310 100644 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ include 'vendor/autoload.php'; include 'conststr.php'; include 'function/common.php'; -//echo '
'. json_encode($_SERVER, JSON_PRETTY_PRINT).'
'; +echo '
'. json_encode($_SERVER, JSON_PRETTY_PRINT).'
'; if ($_SERVER['USER']==='qcloud') { include 'function/scf.php'; } elseif ($_SERVER['HEROKU_APP_DIR']==='/app') {