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); + } + ?>