Merge branch 'fix-cronLapostepr'

This commit is contained in:
Marion Muszynski 2016-12-19 11:45:47 +01:00
commit 3b17e24180

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;
}