mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 16:44:24 +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:
+6
-6
@@ -89,17 +89,17 @@ AccessLogger::logRequest();
|
||||
if(!isset($_GET['s'])) {
|
||||
$_GET['s'] = ""; }
|
||||
if ($_GET['s'] == "") {
|
||||
include("Templates/Tutorial/1.tpl"); }
|
||||
include("templates/Tutorial/1.tpl"); }
|
||||
if ($_GET['s'] == "1") {
|
||||
include("Templates/Tutorial/1.tpl"); }
|
||||
include("templates/Tutorial/1.tpl"); }
|
||||
if ($_GET['s'] == "2") {
|
||||
include("Templates/Tutorial/2.tpl"); }
|
||||
include("templates/Tutorial/2.tpl"); }
|
||||
if ($_GET['s'] == "3") {
|
||||
include("Templates/Tutorial/3.tpl"); }
|
||||
include("templates/Tutorial/3.tpl"); }
|
||||
if ($_GET['s'] == "4") {
|
||||
include("Templates/Tutorial/4.tpl"); }
|
||||
include("templates/Tutorial/4.tpl"); }
|
||||
if ($_GET['s'] == "5") {
|
||||
include("Templates/Tutorial/5.tpl"); }
|
||||
include("templates/Tutorial/5.tpl"); }
|
||||
?>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user