11 lines
157 B
PHP
Raw Normal View History

<?php
if(!$os) {
if(strstr($sysDescr, "VRP (R) Software")) { $os = "vrp"; }
else if(strstr($sysDescr, "VRP Software Version")) { $os = "vrp"; }
}
?>