summaryrefslogtreecommitdiff
path: root/public/index.php
diff options
context:
space:
mode:
authorhorus2021-03-15 20:16:21 +0100
committerhorus2021-03-15 20:16:21 +0100
commit56558fcea385d877e2663d7cf99ad772479cd440 (patch)
tree65549e1b1c7919c2d895c16dc55fd01ae26b2097 /public/index.php
parent3a0eafaefcfa1072aaede16ee3a69b7aa31d1372 (diff)
downloadmoehring-56558fcea385d877e2663d7cf99ad772479cd440.tar.gz
Add Zeitumstellung
Diffstat (limited to 'public/index.php')
-rw-r--r--public/index.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/public/index.php b/public/index.php
index fe70370..7e44159 100644
--- a/public/index.php
+++ b/public/index.php
@@ -34,6 +34,10 @@ case("/tools/untrack/"):
}
echo $twig->render('tools/untrack/index.html', [ "url" => $_url ]);
break;
+case("/tools/zeitumstellung"):
+case("/tools/zeitumstellung/"):
+ echo $twig->render('tools/zeitumstellung/index.html', [ "tc" => new Zeitumstellung() ]);
+ break;
default:
http_response_code(404);
echo $twig->render('404.html');