From b0e75a3d54c3c483469dbdf8480f0506679fc595 Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Sat, 18 Jan 2020 00:38:53 +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 5aff93b..e913b81 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') {