Menu="About"
Title="Update OS"
Tag="thumbs-up"
---
$empty = "
| Please wait, retrieving and updating system information ... |
";
$audit = $notify['unraidos'] ? 1 : 0;
$version = $date = 'unknown';
if (file_exists('/boot/previous/changes.txt')) {
exec("head -n4 /boot/previous/changes.txt",$rows);
foreach ($rows as $row) {
if ($i = stripos($row,'version')!==false) {
list($version,$date) = explode(' ',trim(substr($row,$i+7)));
break;
}
}
}
?>