From fcd87f69e12b9b1adaa239cbb2c06f20a0ac0069 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 26 Jan 2012 11:13:10 +0000 Subject: [PATCH] =?UTF-8?q?Preparaci=C3=B3n=20del=20proyecto?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_IntranetNueva/trunk@4 77cfc57b-8ef4-1849-9df6-4a38aa5da120 --- www/doc/.htaccess | 1 + www/index-test.php | 2 +- www/index.php | 2 +- www/protected/tests/bootstrap.php | 2 +- www/protected/yiic.php | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 www/doc/.htaccess 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 @@