songxingwei 3 년 전
부모
커밋
513ebf5115
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      index.php

+ 0 - 1
index.php

@@ -15,7 +15,6 @@ namespace think;
 if (version_compare(PHP_VERSION, '7.1.0', '<'))
     die('require PHP > 7.1.0 !');
 
-die;
 
 // 检测PHP环境  允许前端跨域请求
 header("Access-Control-Allow-Origin:*");