1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2025-07-09 20:57:40 +02:00

Return default if revision type not matched

This commit is contained in:
billz 2025-03-23 01:25:45 -07:00
parent 645ab89437
commit 5d33c79369

View File

@ -319,8 +319,7 @@ class Dashboard {
if (stripos($deviceName, 'compute') !== false) { if (stripos($deviceName, 'compute') !== false) {
return 'compute.php'; return 'compute.php';
} }
//return 'default.php'; return 'default.php';
return 'zero.php';
} }
/** /**