This commit is contained in:
Steve Beaver 2017-04-28 12:24:23 -04:00 committed by Renato Botelho
parent e26ca3a5ef
commit c70ddd160b

View File

@ -190,7 +190,7 @@ $skipsysinfoitems = explode(",", $user_settings['widgets']['system_information']
// If the uniqueID is available, display it here
$idfile = "/var/db/uniqueid";
if (file_exists($idfile)) {
print("<br />" . gettext("Netgate Uniqie ID:") . " <strong>" . file_get_contents($idfile) . "</strong>");
print("<br />" . gettext("Netgate Unique ID:") . " <strong>" . file_get_contents($idfile) . "</strong>");
}
?>
</td>