diff --git a/maintenance.php b/maintenance.php index 653e27cf..69b22891 100644 --- a/maintenance.php +++ b/maintenance.php @@ -3,21 +3,19 @@ include_once("GameEngine/Generator.php"); $start_timer = $generator->pageLoadTimeStart(); ################################################################################# -## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ## -## --------------------------------------------------------------------------- ## -## Project: TravianZ ## -## Version: 18.02.2014 ## -## Description: When the player builds Wonder of the World ## -## to level 100 the winner details are shown. ## -## tells the players the game is over ## -## Authors: aggenkeech - and a little help from Eyas95 ## -## Page: winner.php ## -## Fixed by: Shadow ## -## License: TravianZ Project ## -## Copyright: TravianZ (c) 2010-2013. All rights reserved. ## -## URLs: http://travian.shadowss.ro ## -## Source code: https://github.com/Shadowss/TravianZ/ ## -## ## +## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ## +## --------------------------------------------------------------------------- ## +## Project: TravianZ ## +## Version: 01.06.2018 ## +## Description: When an Admin/MH starts a maintenance ## +## this page will be showed ## +## Authors: iopietro ## +## Page: maintenance.php ## +## 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;