diff options
Diffstat (limited to 'public/index.php')
| -rw-r--r-- | public/index.php | 4 |
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'); |
