init commit
This commit is contained in:
5
public/index.php
Normal file
5
public/index.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
define('APP_PATH', dirname(__DIR__)); //应用路径
|
||||
|
||||
$app = new Yaf_Application(APP_PATH . '/conf/app.ini');
|
||||
$app->bootstrap()->run();
|
||||
Reference in New Issue
Block a user