fix missing Http host
This commit is contained in:
parent
a8f9690ecf
commit
0f199ebc44
@ -1,4 +1,7 @@
|
||||
<?php
|
||||
$_SERVER['HTTP_HOST'] = 'www.bebeboutik.com';
|
||||
$_SERVER['SERVER_NAME'] = 'www.bebeboutik.com';
|
||||
|
||||
if(isset($_SERVER['REMOTE_ADDR'])) {
|
||||
exit;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user