mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-12-27 07:31:09 +01:00
Return default if revision type not matched
This commit is contained in:
@@ -319,8 +319,7 @@ class Dashboard {
|
||||
if (stripos($deviceName, 'compute') !== false) {
|
||||
return 'compute.php';
|
||||
}
|
||||
//return 'default.php';
|
||||
return 'zero.php';
|
||||
return 'default.php';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user