thd/web/index.php
author Anthony Ly <anthonyly.com@gmail.com>
Wed, 03 Oct 2012 11:14:40 +0200
changeset 90 4984acb3309b
parent 35 94a1dc255022
permissions -rw-r--r--
Merge bonjour bonsoir

<?php


require_once(dirname(__FILE__).'/../config/ProjectConfiguration.class.php');

$configuration = ProjectConfiguration::getApplicationConfiguration('frontend', 'prod', false);
sfContext::createInstance($configuration)->dispatch();