mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-03 17:07:17 +00:00
Incremental Refactor Templates
Incremental Refactor Templates
This commit is contained in:
@@ -1,4 +1,26 @@
|
||||
<?php
|
||||
header("Location: dorf1.php");
|
||||
exit;
|
||||
|
||||
#################################################################################
|
||||
## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ##
|
||||
## --------------------------------------------------------------------------- ##
|
||||
## Project: TravianZ ##
|
||||
## Version: 06.05.2026 ##
|
||||
## Filename notfound.tpl ##
|
||||
## Refactored by Shadow ##
|
||||
## License: TravianZ Project ##
|
||||
## Copyright: TravianZ (c) 2010-2026. All rights reserved. ##
|
||||
## URLs: http://travian.shadowss.ro ##
|
||||
## Source code: http://github.com/Shadowss/TravianZ/ ##
|
||||
## ##
|
||||
#################################################################################
|
||||
|
||||
// Evităm warning dacă output a început deja
|
||||
if (!headers_sent()) {
|
||||
header("Location: dorf1.php");
|
||||
exit;
|
||||
} else {
|
||||
// fallback sigur dacă headers already sent
|
||||
echo '<script>window.location.href="dorf1.php";</script>';
|
||||
exit;
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user