Last change
on this file since 1316 was
2,
checked in by teymour, 12 years ago
|
Permier commit
|
-
Property svn:executable set to
*
|
File size:
446 bytes
|
Rev | Line | |
---|
[2] | 1 | #!/usr/bin/env php |
---|
| 2 | <?php |
---|
| 3 | |
---|
| 4 | /* |
---|
| 5 | * This file is part of the symfony package. |
---|
| 6 | * (c) Fabien Potencier <fabien.potencier@symfony-project.com> |
---|
| 7 | * |
---|
| 8 | * For the full copyright and license information, please view the LICENSE |
---|
| 9 | * file that was distributed with this source code. |
---|
| 10 | */ |
---|
| 11 | |
---|
| 12 | chdir(dirname(__FILE__)); |
---|
| 13 | require_once(dirname(__FILE__).'/config/ProjectConfiguration.class.php'); |
---|
| 14 | include(sfCoreAutoload::getInstance()->getBaseDir().'/command/cli.php'); |
---|
Note: See
TracBrowser
for help on using the repository browser.