You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
321 B
14 lines
321 B
13 years ago
|
#!/usr/bin/env php
|
||
|
<?php
|
||
|
/**
|
||
|
* Yii command line script for Unix/Linux.
|
||
|
*
|
||
|
* This is the bootstrap script for running yiic on Unix/Linux.
|
||
|
*
|
||
|
* @link http://www.yiiframework.com/
|
||
12 years ago
|
* @copyright Copyright (c) 2008 Yii Software LLC
|
||
13 years ago
|
* @license http://www.yiiframework.com/license/
|
||
|
*/
|
||
|
|
||
13 years ago
|
require_once(__DIR__ . '/yiic.php');
|