mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-07-09 14:37:40 +02:00
Return default if revision type not matched
This commit is contained in:
parent
645ab89437
commit
5d33c79369
@ -319,8 +319,7 @@ class Dashboard {
|
||||
if (stripos($deviceName, 'compute') !== false) {
|
||||
return 'compute.php';
|
||||
}
|
||||
//return 'default.php';
|
||||
return 'zero.php';
|
||||
return 'default.php';
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user