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:
parent
1eee07ef5b
commit
fcd87f69e1
1
www/doc/.htaccess
Normal file
1
www/doc/.htaccess
Normal file
@ -0,0 +1 @@
|
||||
deny from all
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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);
|
||||
|
||||
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user