Update index.php

This commit is contained in:
qkqpttgf 2020-03-04 17:36:29 +08:00 committed by GitHub
parent ef56219ef3
commit a56249146d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ include 'vendor/autoload.php';
include 'conststr.php';
include 'function/common.php';
echo '<pre>'. json_encode($_SERVER, JSON_PRETTY_PRINT).'</pre>';
//echo '<pre>'. json_encode($_SERVER, JSON_PRETTY_PRINT).'</pre>';
if ($_SERVER['USER']==='qcloud') {
include 'function/scf.php';
} elseif ($_SERVER['HEROKU_APP_DIR']==='/app') {