big update

This commit is contained in:
unknown
2012-07-03 05:27:14 +03:00
parent 8de9d72021
commit b578e44608
49 changed files with 1001 additions and 228 deletions
+2 -3
View File
@@ -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);