Forget file
This commit is contained in:
parent
5aa5a1f2e1
commit
7b152ac3c4
9
config/bootstrap_sf.php
Normal file
9
config/bootstrap_sf.php
Normal 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';
|
Loading…
Reference in New Issue
Block a user