From 31303727a4b57228ab662ef3ca7f4d390ec58924 Mon Sep 17 00:00:00 2001 From: billz Date: Thu, 4 Sep 2025 06:06:36 -0700 Subject: [PATCH] Update w/ static param --- app/img/raspAP-logo.php | 19 ++++++++++++------- includes/functions.php | 2 +- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/app/img/raspAP-logo.php b/app/img/raspAP-logo.php index 95de26d3..2b02519a 100755 --- a/app/img/raspAP-logo.php +++ b/app/img/raspAP-logo.php @@ -3,7 +3,8 @@ require_once '../../includes/config.php'; require_once '../../includes/functions.php'; $color = getColorOpt(); -$static = defined('RASPI_UI_STATIC_LOGO') && RASPI_UI_STATIC_LOGO === true; +$static = (isset($_GET['static']) && $_GET['static'] == '1') || + (defined('RASPI_UI_STATIC_LOGO') && RASPI_UI_STATIC_LOGO === true); ?> + diff --git a/includes/functions.php b/includes/functions.php index 717cdaed..38e972eb 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -915,7 +915,7 @@ function renderStatus($hostapd_led, $hostapd_status, $memused_led, $memused, $cp ?>
Status