symfony 482 B

123456789101112131415
  1. #!/usr/bin/env php
  2. <?php
  3. /*
  4. * This file is part of the symfony package.
  5. * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
  6. *
  7. * For the full copyright and license information, please view the LICENSE
  8. * file that was distributed with this source code.
  9. */
  10. chdir(dirname(__FILE__));
  11. require_once(dirname(__FILE__).'/config/ProjectConfiguration.class.php');
  12. $configuration = new ProjectConfiguration();
  13. include($configuration->getSymfonyLibDir().'/command/cli.php');