root/trunk/web/main_staging.php
| Revision 48 (checked in by nperriault, 5 months ago) |
|---|
| 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.
