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:
iopietro
2018-09-16 17:22:39 +02:00
parent f032523e1c
commit 62d6e19ee9
3503 changed files with 90956 additions and 35819 deletions
+6 -6
View File
@@ -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"); }
?>