summaryrefslogtreecommitdiff
path: root/framework/cli/views/webapp/protected/yiic.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/cli/views/webapp/protected/yiic.php')
-rw-r--r--framework/cli/views/webapp/protected/yiic.php7
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);