diff --git a/includes/osdiscovery/discover-mgeups.php b/includes/osdiscovery/discover-mgeups.php index 52a7dcdb2..89849ad9e 100644 --- a/includes/osdiscovery/discover-mgeups.php +++ b/includes/osdiscovery/discover-mgeups.php @@ -3,7 +3,8 @@ if(!$os) { if(strstr($sysDescr, "Pulsar M")) { $os = "mgeups"; } - if(strstr($sysDescr, "Galaxy PW")) { $os = "mgeups"; } + else if(strstr($sysDescr, "Evolution S")) { $os = "mgeups"; } + else if(strstr($sysDescr, "Galaxy PW")) { $os = "mgeups"; } }