mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-13 14:51:01 +00:00
fix: only including village file once
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
## ##
|
||||
#################################################################################
|
||||
|
||||
include("GameEngine/Village.php");
|
||||
include_once("GameEngine/Village.php");
|
||||
include("GameEngine/Data/cp.php");
|
||||
|
||||
$user_sanitized = $database->escape($_SESSION['username']);
|
||||
|
||||
Reference in New Issue
Block a user