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:*");