From 56558fcea385d877e2663d7cf99ad772479cd440 Mon Sep 17 00:00:00 2001 From: horus Date: Mon, 15 Mar 2021 20:16:21 +0100 Subject: Add Zeitumstellung --- public/feed/zeitumstellung/index.php | 1 + public/index.php | 4 ++++ 2 files changed, 5 insertions(+) create mode 120000 public/feed/zeitumstellung/index.php (limited to 'public') diff --git a/public/feed/zeitumstellung/index.php b/public/feed/zeitumstellung/index.php new file mode 120000 index 0000000..0636b9b --- /dev/null +++ b/public/feed/zeitumstellung/index.php @@ -0,0 +1 @@ +../../../views/tools/zeitumstellung/ical.php \ No newline at end of file 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'); -- cgit v1.2.3