소스 검색

开启debug模式

songjiyuan 9 년 전
부모
커밋
c2cee8f19c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      data/config/config.ini.php

+ 1 - 1
data/config/config.ini.php

@@ -3,7 +3,7 @@
 defined('InShopNC') or exit('Access Invalid!');
 
 define('USE_REMOTE_IMAGE',true);
-
+define('DEBUG_MODE',true);
 $config = array();
 
 const test_srv_host = 'http://121.43.114.153';