|
Revision 23810, 270 bytes
(checked in by Kris.Wallsmith, 4 years ago)
|
[1.3] set svn:eol-style property to native and svn:keywords property to Id on all .php files
|
- Property svn:mime-type set to
text/x-php
- Property svn:eol-style set to
native
- Property svn:keywords set to
Id
|
| Line | |
|---|
| 1 |
<?php |
|---|
| 2 |
|
|---|
| 3 |
|
|---|
| 4 |
require_once(dirname(__FILE__).'/../config/ProjectConfiguration.class.php'); |
|---|
| 5 |
|
|---|
| 6 |
$configuration = ProjectConfiguration::getApplicationConfiguration('##APP_NAME##', '##ENVIRONMENT##', |
|---|
| 7 |
sfContext::createInstance($configuration)->dispatch(); |
|---|
| 8 |
|
|---|