thd/web/index.php
author ymh <ymh.work@gmail.com>
Wed, 01 Jun 2016 13:57:00 +0200
changeset 99 cf76f922218c
parent 35 94a1dc255022
permissions -rw-r--r--
test de bundle unrelated

<?php


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

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