root/trunk/web/main_staging.php

Revision 48, 233 bytes (checked in by nperriault, 2 years ago)

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

Line 
1 <?php
2
3 require_once(dirname(__FILE__).'/../config/ProjectConfiguration.class.php');
4
5 $configuration = ProjectConfiguration::getApplicationConfiguration('main', 'staging', true);
6 sfContext::createInstance($configuration)->dispatch();
7
Note: See TracBrowser for help on using the browser.