Commit 8c11a4b7 by Qiang Xue

code reorganization fix.

parent 14699b5e
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
defined('YII_DEBUG') or define('YII_DEBUG', true); defined('YII_DEBUG') or define('YII_DEBUG', true);
require(__DIR__ . '/../framework/yii.php'); require(__DIR__ . '/../../framework/yii.php');
$config = require(__DIR__ . '/protected/config/main.php'); $config = require(__DIR__ . '/protected/config/main.php');
$application = new yii\web\Application($config); $application = new yii\web\Application($config);
......
...@@ -7,7 +7,7 @@ If you have installed Yii under a Web-accessible folder, you should be able to ...@@ -7,7 +7,7 @@ If you have installed Yii under a Web-accessible folder, you should be able to
access this application through the following URL: access this application through the following URL:
~~~ ~~~
http://localhost/yii/app/index.php http://localhost/yii/apps/bootstrap/index.php
~~~ ~~~
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment