测试pull request

feat/task1-c-wallet
灰大狼 2018-12-29 11:15:39 +08:00
parent 7e42f5e8e3
commit 164844a44d
2 changed files with 11 additions and 2 deletions

10
Crazy.php Normal file
View File

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

View File

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