mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-12 22:31:02 +00:00
big update
This commit is contained in:
@@ -22,16 +22,15 @@ header("Location: install/");
|
||||
}
|
||||
|
||||
include ("GameEngine/config.php");
|
||||
//Change it to your own domain
|
||||
/*
|
||||
if($_SERVER['HTTP_HOST'] != 'YOUR_DOMAIN')
|
||||
{
|
||||
header('location: YOUR_DOMAIN');
|
||||
header('location: '.SERVER.'');
|
||||
exit;
|
||||
}
|
||||
*/
|
||||
|
||||
// delete the /* and the */ if you not use localhost. then, change "YOUR_DOMAIN" to you domain.
|
||||
// delete the /* and the */ if you not use localhost.
|
||||
|
||||
error_reporting(E_ALL || E_NOTICE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user