git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_IntranetNueva/trunk@4 77cfc57b-8ef4-1849-9df6-4a38aa5da120
8 lines
178 B
PHP
8 lines
178 B
PHP
<?php
|
|
|
|
// change the following paths if necessary
|
|
$yiic=dirname(__FILE__).'/../../yii/framework/yiic.php';
|
|
$config=dirname(__FILE__).'/config/console.php';
|
|
|
|
require_once($yiic);
|