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) {
return 'compute.php';
}
//return 'default.php';
return 'zero.php';
return 'default.php';
}
/**