fix missing Http host

This commit is contained in:
Marion Muszynski 2016-12-19 11:45:29 +01:00
parent a8f9690ecf
commit 0f199ebc44

View File

@ -1,4 +1,7 @@
<?php
$_SERVER['HTTP_HOST'] = 'www.bebeboutik.com';
$_SERVER['SERVER_NAME'] = 'www.bebeboutik.com';
if(isset($_SERVER['REMOTE_ADDR'])) {
exit;
}