source:
cpc/trunk/project/web/index.php
@
1316
Last change on this file since 1316 was 2, checked in by , 12 years ago | |
---|---|
File size: 236 bytes |
Line | |
---|---|
1 | <?php |
2 | |
3 | |
4 | require_once(dirname(__FILE__).'/../config/ProjectConfiguration.class.php'); |
5 | |
6 | $configuration = ProjectConfiguration::getApplicationConfiguration('frontend', 'prod', false); |
7 | sfContext::createInstance($configuration)->dispatch(); |
Note: See TracBrowser
for help on using the repository browser.