Files
sterivein/core/bootstrap.php
Manuel Raynaud 1578bec3d1 test de commit
2012-10-09 15:53:12 +02:00

24 lines
307 B
PHP

<?php
if(!isset($env)){
$env = 'prod';
}
//
//use Symfony\Component\DependencyInjection;
//use Symfony\Component\DependencyInjection\Reference;
/**
*
* @file
* Functions needed for Thelia bootstrap
*/
$loader = require __DIR__ . '/autoload.php';
define('THELIA_ROOT', __DIR__ .'/../');
?>