Changeset 1803 for sandboxes/asandbox/trunk/web/index.php
- Timestamp:
- 07/20/10 12:01:58 (22 months ago)
- Location:
- sandboxes/asandbox/trunk
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
web/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sandboxes/asandbox/trunk
- Property svn:mergeinfo changed
/sandboxes/asandbox/branches/1.4 (added) merged: 1731
- Property svn:mergeinfo changed
-
sandboxes/asandbox/trunk/web/index.php
r1365 r1803 4 4 require_once(dirname(__FILE__).'/../config/ProjectConfiguration.class.php'); 5 5 6 // P'UNK TEAM: DO NOT change this file, use frontend_dev.php if you want dev or debug output etc. 7 // Changing this file creates problems for everyone else who expects a production environment here. 8 // Don't change the environment, don't change the debug flag. 9 10 // EVERYONE ELSE: of course you should feel free to change this in your own download of the project. 11 // Our preferred approach is to rsync exclude this file and have it be a dev environment on our 12 // local boxes and a production environment on production. But that's not the Symfony default, 13 // which we're trying to stick with here to help folks see what they expect to see. 14 6 15 $configuration = ProjectConfiguration::getApplicationConfiguration('frontend', 'prod', false); 7 16 sfContext::createInstance($configuration)->dispatch();

