Menu="About" Title="Update OS" Icon="icon-update" Tag="upload" ---
"; $version = $branch = $date = _('unknown'); $bzroot = file_exists('/boot/previous/bzroot'); $check = $notify['unraidos'] ? 0 : 1; if (file_exists('/boot/previous/changes.txt')) { exec("head -n4 /boot/previous/changes.txt",$rows); foreach ($rows as $row) { $i = stripos($row,'version'); if ($i !== false) { [$version,$date] = explode(' ',trim(substr($row,$i+7))); break; } } $branch = strpos($version,'rc')!==false ? 'Next' : (strpos($version,'beta')!==false ? 'Beta' : 'Stable'); } ?>
_(Component)__(Author)__(Version)__(Status)__(Branch)_