forked from Shadowss/TravianZ
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathagb.php
More file actions
20 lines (20 loc) · 1.32 KB
/
Copy pathagb.php
File metadata and controls
20 lines (20 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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;
?>