Skip to content

Commit

Permalink
Update display.php
Browse files Browse the repository at this point in the history
  • Loading branch information
snaptec authored Feb 28, 2020
1 parent 8918bc6 commit a311a87
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions web/display.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
}
?>

Expand Down

0 comments on commit a311a87

Please sign in to comment.