mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-13 08:06:06 +00:00
The first release of the refactored version
It's still a work in progress, there are a lot of things that will change in the final release
This commit is contained in:
+4
-4
@@ -97,13 +97,13 @@ AccessLogger::logRequest();
|
||||
if(!isset($_GET['s'])) {
|
||||
$_GET['s'] = ""; }
|
||||
if ($_GET['s'] == "") {
|
||||
include("Templates/Anleitung/0.tpl"); }
|
||||
include("templates/Anleitung/0.tpl"); }
|
||||
if ($_GET['s'] == "1") {
|
||||
include("Templates/Anleitung/1.tpl"); }
|
||||
include("templates/Anleitung/1.tpl"); }
|
||||
if ($_GET['s'] == "3") {
|
||||
include("Templates/Anleitung/3.tpl"); }
|
||||
include("templates/Anleitung/3.tpl"); }
|
||||
if ($_GET['s'] == "4") {
|
||||
include("Templates/Anleitung/4.tpl"); }
|
||||
include("templates/Anleitung/4.tpl"); }
|
||||
?>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user