first commit
This commit is contained in:
17
public/index.php
Normal file
17
public/index.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
// +------------------------------------------------+
|
||||
// |http://www.cjango.com |
|
||||
// +------------------------------------------------+
|
||||
// | 修复BUG不是一朝一夕的事情,等我喝醉了再说吧! |
|
||||
// +------------------------------------------------+
|
||||
// | Author: 小陈叔叔 <Jason.Chen> |
|
||||
// +------------------------------------------------+
|
||||
|
||||
// ini_set('display_errors', 'on');
|
||||
// [ 应用入口文件 ]
|
||||
|
||||
define('VERSION', '1.0.0');
|
||||
|
||||
define('APP_PATH', __DIR__ . '/../application/');
|
||||
|
||||
require __DIR__ . '/../thinkphp/start.php';
|
||||
Reference in New Issue
Block a user