root/trunk/symfony

Revision 48 (checked in by nperriault, 1 month ago)

Upgraded scripts to use symfony 1.1, everything is broken, use with caution.

  • Property svn:executable set to *
Line 
1 #!/usr/bin/env php
2 <?php
3 chdir(dirname(__FILE__));
4 require_once(dirname(__FILE__).'/config/ProjectConfiguration.class.php');
5 $configuration = new ProjectConfiguration();
6 include($configuration->getSymfonyLibDir().'/command/cli.php');
Note: See TracBrowser for help on using the browser.