mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
fix: double-including confing results in redefining constants
This commit is contained in:
+3
-3
@@ -12,9 +12,9 @@
|
||||
|
||||
use App\Utils\AccessLogger;
|
||||
|
||||
include("GameEngine/config.php");
|
||||
include("GameEngine/Database.php");
|
||||
include("GameEngine/Lang/".LANG.".php");
|
||||
include_once("GameEngine/config.php");
|
||||
include_once("GameEngine/Database.php");
|
||||
include_once("GameEngine/Lang/".LANG.".php");
|
||||
AccessLogger::logRequest();
|
||||
?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
||||
Reference in New Issue
Block a user