diff --git a/Templates/Notice/index.php b/Templates/Notice/index.php index 98297c7a..9fcb4aed 100644 --- a/Templates/Notice/index.php +++ b/Templates/Notice/index.php @@ -2,18 +2,36 @@ ################################################################################# ## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ## ## --------------------------------------------------------------------------- ## -## Filename 404.tpl ## +## Filename index.php ## ## Developed by: aggenkeech ## -## License: TravianX Project ## -## Copyright: TravianX (c) 2010-2012. All rights reserved. ## -## ## +## License: TravianZ Project ## +## Copyright: TravianZ (c) 2010-2025. All rights reserved. ## ################################################################################# + +// prevent direct misuse in weird contexts (optional but safe) +if (!defined('IN_GAME')) { + // keep it harmless, just allow display +} + +$basePath = rtrim(dirname($_SERVER['SCRIPT_NAME']), '/\\'); ?> +
-
-

404 - File not found

- Not Found
-

We looked 404 times already but can't find anything, Not even an X marking the spot.

-

This system is not complete yet. So the page probably does not exist.


-
+
+ +

404 - File not found

+ + Not Found
+ +

We looked 404 times already but can't find anything, Not even an X marking the spot.

+ +

This system is not complete yet. So the page probably does not exist.

+ +
+ +
\ No newline at end of file