Files
TravianZ/agb.php
Catalin Novgorodschi 3607a566f9 Add notice
Add notice
2026-04-28 10:19:50 +03:00

20 lines
1.3 KiB
PHP

<?php
#################################################################################
## ##
## -= YOU MUST NOT REMOVE OR CHANGE THIS NOTICE =- ##
## ##
## --------------------------------------------------------------------------- ##
## ##
## Project: TravianZ ##
## Version: 28.04.2026 ##
## Filename: agb.php ##
## Developed by: ZZJHONS ##
## License: TravianZ Project ##
## Copyright: TravianZ (c) 2010-2026. All rights reserved. ##
## URLs: http://travian.shadowss.ro ##
## Source code: https://github.com/Shadowss/TravianZ ##
## ##
#################################################################################
header("Location: terms.php");
exit;
?>