diff --git a/www/doc/.htaccess b/www/doc/.htaccess new file mode 100644 index 0000000..e019832 --- /dev/null +++ b/www/doc/.htaccess @@ -0,0 +1 @@ +deny from all diff --git a/www/index-test.php b/www/index-test.php index 38ab075..8947767 100644 --- a/www/index-test.php +++ b/www/index-test.php @@ -5,7 +5,7 @@ */ // change the following paths if necessary -$yii=dirname(__FILE__).'/../../../YII/framework/yii.php'; +$yii=dirname(__FILE__).'/../yii/framework/yii.php'; $config=dirname(__FILE__).'/protected/config/test.php'; // remove the following line when in production mode diff --git a/www/index.php b/www/index.php index 5fc569b..fdcf65d 100644 --- a/www/index.php +++ b/www/index.php @@ -1,7 +1,7 @@