summaryrefslogtreecommitdiff
path: root/framework/cli/views/webapp/protected/yiic.php
blob: 564d2f6b65aed3bd10ae47d635b311caada4631a (plain)
1
2
3
4
5
6
7
<?php

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

require_once($yiic);