This commit is contained in:
devil_gong 2018-12-29 15:45:37 +08:00
parent 0eb3c23b77
commit 7ce4586f2d
2 changed files with 2 additions and 11 deletions

View File

@ -1,10 +0,0 @@
<?php
/**
* Created by PhpStorm.
* User: Crazy
* Email: crazys@126.com
* Date: 2018/12/29
* Time: 11:13
*/
$test='这是一个测试文件用来测试Pull Request贡献代码的。';

View File

@ -13,4 +13,5 @@
define('IS_ROOT_ACCESS', true);
// 引入公共入口文件
require './public/index.php';
require './public/index.php';
?>