Details |
Letzte Änderung |
Log anzeigen
| RSS feed
| Revision |
Autor |
Zeilennr. |
Zeile |
| 1 |
lars |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
##IP_CHECK##
|
|
|
4 |
require_once(dirname(__FILE__).'/../config/ProjectConfiguration.class.php');
|
|
|
5 |
|
|
|
6 |
$configuration = ProjectConfiguration::getApplicationConfiguration('##APP_NAME##', '##ENVIRONMENT##', ##IS_DEBUG##);
|
|
|
7 |
sfContext::createInstance($configuration)->dispatch();
|