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