Menu="About" Title="Update OS" Tag="thumbs-up" --- Please wait, retrieving and updating system information ..."; $version = $date = 'unknown'; 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) { list($version,$date) = explode(' ',trim(substr($row,$i+7))); break; } } } ?>
ComponentAuthorVersionStatusBranch