Update index.php
This commit is contained in:
@@ -3,7 +3,7 @@ include 'vendor/autoload.php';
|
|||||||
include 'conststr.php';
|
include 'conststr.php';
|
||||||
include 'function/common.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') {
|
if ($_SERVER['USER']==='qcloud') {
|
||||||
include 'function/scf.php';
|
include 'function/scf.php';
|
||||||
} elseif ($_SERVER['HEROKU_APP_DIR']==='/app') {
|
} elseif ($_SERVER['HEROKU_APP_DIR']==='/app') {
|
||||||
|
|||||||
Reference in New Issue
Block a user