Preparación del proyecto

git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_IntranetNueva/trunk@4 77cfc57b-8ef4-1849-9df6-4a38aa5da120
This commit is contained in:
David Arranz 2012-01-26 11:13:10 +00:00
parent 1eee07ef5b
commit fcd87f69e1
5 changed files with 5 additions and 4 deletions

1
www/doc/.htaccess Normal file
View File

@ -0,0 +1 @@
deny from all

View File

@ -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

View File

@ -1,7 +1,7 @@
<?php
// 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/main.php';
// remove the following lines when in production mode

View File

@ -1,7 +1,7 @@
<?php
// change the following paths if necessary
$yiit=dirname(__FILE__).'/../../../../../YII/framework/yiit.php';
$yiit=dirname(__FILE__).'/../../../yii/framework/yiit.php';
$config=dirname(__FILE__).'/../config/test.php';
require_once($yiit);

View File

@ -1,7 +1,7 @@
<?php
// change the following paths if necessary
$yiic=dirname(__FILE__).'/../../../../YII/framework/yiic.php';
$yiic=dirname(__FILE__).'/../../yii/framework/yiic.php';
$config=dirname(__FILE__).'/config/console.php';
require_once($yiic);