Add files via upload

This commit is contained in:
qkqpttgf
2020-01-18 00:46:26 +08:00
committed by GitHub
parent b0e75a3d54
commit c489399fc9
3 changed files with 3 additions and 2 deletions
+1 -1
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') {