2010-07-21 00:30:37 +00:00

11 lines
157 B
PHP

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