From 19f305dd017a124b24ce1477fba7eb6f80ac12aa Mon Sep 17 00:00:00 2001 From: +++ Date: Fri, 25 Feb 2022 14:56:23 +0100 Subject: [PATCH] tooltip zum raumstatus dazu, kommentare entfernt --- public/index.php | 17 +++++++++-------- public/style.css | 24 +++++++++++++++++++----- 2 files changed, 28 insertions(+), 13 deletions(-) diff --git a/public/index.php b/public/index.php index 5554a9f..2b7e40f 100644 --- a/public/index.php +++ b/public/index.php @@ -37,15 +37,16 @@
-
+
+ Befinden sich Leute im Raum? + try { + include_once '../src/getContent.php'; + getKrautButton($status); + } catch(Exception $ex) { + error_log("$ex", 0); + } + ?>