From a311a87906b40a4354ac9c0b9714b6378c1b967e Mon Sep 17 00:00:00 2001 From: snaptec <36848507+snaptec@users.noreply.github.com> Date: Fri, 28 Feb 2020 10:53:50 +0100 Subject: [PATCH] Update display.php --- web/display.php | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/web/display.php b/web/display.php index 9eb4d164a..d9fcb1433 100644 --- a/web/display.php +++ b/web/display.php @@ -90,12 +90,8 @@ if ( $simplemodeold == 1 ) { include 'display/simple.html'; } else { - if ( $displayconfiguredold == 0 ) { - include 'display/welcome.html'; - } else { - // das gewählte Theme einbinden - include 'display/gauge.html'; - } + // das gewählte Theme einbinden + include 'display/gauge.html'; } ?>