From 5d33c79369a2acf3d99ac2d830dd95633c82f375 Mon Sep 17 00:00:00 2001 From: billz Date: Sun, 23 Mar 2025 01:25:45 -0700 Subject: [PATCH] Return default if revision type not matched --- src/RaspAP/UI/Dashboard.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/RaspAP/UI/Dashboard.php b/src/RaspAP/UI/Dashboard.php index 445e604e..e28b00bd 100644 --- a/src/RaspAP/UI/Dashboard.php +++ b/src/RaspAP/UI/Dashboard.php @@ -319,8 +319,7 @@ class Dashboard { if (stripos($deviceName, 'compute') !== false) { return 'compute.php'; } - //return 'default.php'; - return 'zero.php'; + return 'default.php'; } /**