Add notice and winner refactor

Add notice and winner refactor
This commit is contained in:
Catalin Novgorodschi
2026-04-29 15:20:55 +03:00
parent b755f542cc
commit 1d677e8718
26 changed files with 252 additions and 215 deletions
+17 -9
View File
@@ -2,15 +2,23 @@
include_once ("GameEngine/Generator.php");
$start_timer = $generator->pageLoadTimeStart();
// ################################################################################
// # -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ##
// # --------------------------------------------------------------------------- ##
// # Filename a2b.php ##
// # Developed by: Dzoki ##
// # License: TravianX Project ##
// # Copyright: TravianX (c) 2010-2011. All rights reserved. ##
// # ##
// ################################################################################
#################################################################################
## ##
## -= YOU MUST NOT REMOVE OR CHANGE THIS NOTICE =- ##
## ##
## --------------------------------------------------------------------------- ##
## ##
## Project: TravianZ ##
## Version: 29.04.2026 ##
## Filename: a2b.php ##
## Developed by: Dzoki & Advocaite & Donnchadh ##
## Reworked by: Shadow ##
## License: TravianZ Project ##
## Copyright: TravianZ (c) 2010-2018. All rights reserved. ##
## URLs: http://travian.shadowss.ro ##
## Source code: https://github.com/Shadowss/TravianZ ##
## ##
#################################################################################
use App\Utils\AccessLogger;