source:
pro-bachkim-filespace/sourcecode/api.violet.vn/symfony
@
19
Last change on this file since 19 was 19, checked in by dungnv, 11 years ago | |
---|---|
File size: 389 bytes |
Rev | Line | |
---|---|---|
[19] | 1 | #!/usr/bin/env php |
2 | <?php | |
3 | ||
4 | /* | |
5 | * This file is part of the symfony package. | |
6 | * (c) 2004-2006 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 | include('config/config.php'); | |
14 | include($sf_symfony_data_dir.'/bin/symfony.php'); |
Note: See TracBrowser
for help on using the repository browser.