summaryrefslogtreecommitdiff
path: root/protected/yiic.php
blob: 0fd331af1e83c185ac599dd03d88224e1765d00c (plain)
1
2
3
4
5
6
7
<?php

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

require_once($yiic);