This commit is contained in:
unknown
2012-07-07 19:43:09 +03:00
parent a1b42b60ff
commit b9a50c28cb
22 changed files with 48 additions and 155 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ header("Location: install/");
include ("GameEngine/config.php");
/*
if($_SERVER['HTTP_HOST'] != 'YOUR_DOMAIN')
if($_SERVER['HTTP_HOST'] != '.SERVER.')
{
header('location: '.SERVER.'');
exit;