" /> "; panel_text($static_text); if (pfs_version_compare($current_installed_buildtime, $g['product_version'], $remote_version) == -1) { $needs_system_upgrade = true; } else { $static_text .= "
" . gettext("You are on the latest version.") . "
"; panel_text($static_text); panel_heading_class('success'); } } update_output_window($static_text); if ($needs_system_upgrade == false) { print("
"); require("foot.inc"); exit; } ?> "; $txt .= gettext("Current version") .": ". $g['product_version'] . "
"; if ($g['platform'] == "nanobsd") { $txt .= " " . gettext("NanoBSD Size") . " : " . trim(file_get_contents("/etc/nanosize.txt")) . "
"; } $txt .= " " . gettext("Built On") .": ". $current_installed_buildtime . "
"; $txt .= " " . gettext("New version") .": ". htmlspecialchars($remote_version, ENT_QUOTES | ENT_HTML401). "

"; $txt .= " " . gettext("Update source") .": ". $updater_url . "
"; panel_text($txt); panel_heading_class('info'); ?>