diff options
Diffstat (limited to 'framework/cli/views/webapp/protected/yiic.php')
| -rw-r--r-- | framework/cli/views/webapp/protected/yiic.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/framework/cli/views/webapp/protected/yiic.php b/framework/cli/views/webapp/protected/yiic.php new file mode 100644 index 0000000..564d2f6 --- /dev/null +++ b/framework/cli/views/webapp/protected/yiic.php @@ -0,0 +1,7 @@ +<?php + +// change the following paths if necessary +$yiic=dirname(__FILE__).'/../../framework/yiic.php'; +$config=dirname(__FILE__).'/config/console.php'; + +require_once($yiic); |
