songxingwei há 3 anos atrás
pai
commit
308f823fe8
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      index.php

+ 3 - 0
index.php

@@ -9,11 +9,14 @@
 // | Author: liu21st <liu21st@gmail.com>
 // +----------------------------------------------------------------------
 
+
 // [ 应用入口文件 ]
 namespace think;
 if (version_compare(PHP_VERSION, '7.1.0', '<'))
     die('require PHP > 7.1.0 !');
 
+die;
+
 // 检测PHP环境  允许前端跨域请求
 header("Access-Control-Allow-Origin:*");
 // 响应类型