Forget file

This commit is contained in:
Michael RICOIS 2018-01-25 17:59:22 +01:00
parent 5aa5a1f2e1
commit 7b152ac3c4

9
config/bootstrap_sf.php Normal file
View File

@ -0,0 +1,9 @@
<?php
$_SERVER['HTTP_PORT'] = 80;
$_SERVER['HTTP_HOST'] = 'www.bebeboutik.com';
// Configuration ENV
$webroot = getenv('WEBROOT');
// Boostrap PrestaShop
require_once $webroot.'/config/config.inc.php';