<?php
if(!$os) {
if(strstr($sysDescr, "Pulsar M")) { $os = "mgeups"; }
if(strstr($sysDescr, "Galaxy PW")) { $os = "mgeups"; }
}
?>