10 lines
89 B
PHP
Executable File

<?php
if(!$os) {
if(strstr($sysDescr, "Raid Subsystem V")) { $os = "areca"; }
}
?>