diff --git a/.htaccess b/.htaccess index 1511ab4..e69de29 100644 --- a/.htaccess +++ b/.htaccess @@ -1,5 +0,0 @@ - - Header set Access-Control-Allow-Origin "*" - Header set Access-Control-Allow-Methods "GET, POST, OPTIONS" - Header set Access-Control-Allow-Headers "Content-Type, Authorization" - diff --git a/FlyCube/Common/Conf/debug.php b/FlyCube/Common/Conf/debug.php index b21ef65..2d31e38 100644 --- a/FlyCube/Common/Conf/debug.php +++ b/FlyCube/Common/Conf/debug.php @@ -7,5 +7,5 @@ */ return array( //'配置项'=>'配置值' - 'SHOW_PAGE_TRACE' => false, + 'SHOW_PAGE_TRACE' => true, );