fix: update custom banner path in DefaultPageLayout.php

- Reverted the banner path from `$config/webGui/banner.png` to `$config/plugins/dynamix/banner.png` to reflect the correct storage location on the boot drive.
This commit is contained in:
Zack Spear
2025-06-25 16:08:30 -07:00
parent 57468b6685
commit 2a58ed92db
@@ -29,7 +29,7 @@ $alerts = '/tmp/plugins/my_alerts.txt';
$wlan0 = file_exists('/sys/class/net/wlan0');
$safemode = _var($var, 'safeMode') == 'yes';
$banner = "$config/webGui/banner.png";
$banner = "$config/plugins/dynamix/banner.png"; // this cannot use the webGui/banner.png file because it is not in the webGui directory but stored on the boot drive
$notes = '/var/tmp/unRAIDServer.txt';
if (!file_exists($notes)) {