summaryrefslogtreecommitdiff
path: root/protected/yiic.php
diff options
context:
space:
mode:
authortzur <tzur@ccwn.org>2012-04-15 15:30:09 +0200
committertzur <tzur@ccwn.org>2012-04-15 15:30:09 +0200
commit5b2095abddf9d0596a7715879357e8d9a3b786b2 (patch)
tree0c2b6fdc1484b697b1a3740582a906fb51c1d64f /protected/yiic.php
Initial version
Diffstat (limited to 'protected/yiic.php')
-rw-r--r--protected/yiic.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/protected/yiic.php b/protected/yiic.php
new file mode 100644
index 0000000..82c1628
--- /dev/null
+++ b/protected/yiic.php
@@ -0,0 +1,7 @@
+<?php
+
+// change the following paths if necessary
+$yiic=dirname(__FILE__).'/../../yii/framework/yiic.php';
+$config=dirname(__FILE__).'/config/console.php';
+
+require_once($yiic);