Files
yii/framework/yiic
Abdul Malik Ikhsan 6247adaf26 change copyright symbol
2013-01-15 18:38:02 +07:00

15 lines
358 B
PHP
Executable File

#!/usr/bin/env php
<?php
/**
* Yii command line script for Unix/Linux.
*
* This is the bootstrap script for running yiic on Unix/Linux.
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @link http://www.yiiframework.com/
* @copyright 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
*/
require_once(dirname(__FILE__).'/yiic.php');