thd/web/index.php
author Anthony Ly <anthonyly.com@gmail.com>
Wed, 03 Oct 2012 11:13:07 +0200
changeset 89 6d4080795fbb
parent 35 94a1dc255022
permissions -rw-r--r--
bonsoir helloW

<?php


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

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