pool/web/framework-1.1.17/cli/views/webapp/protected/yiic.php
2016-05-01 18:54:49 +02:00

7 lines
174 B
PHP

<?php
// change the following paths if necessary
$yiic=dirname(__FILE__).'/../../framework/yiic.php';
$config=dirname(__FILE__).'/config/console.php';
require_once($yiic);