Revision e26ca3a5
Added by Steve Beaver about 8 years ago
src/usr/local/www/widgets/widgets/system_information.widget.php | ||
---|---|---|
190 | 190 |
// If the uniqueID is available, display it here |
191 | 191 |
$idfile = "/var/db/uniqueid"; |
192 | 192 |
if (file_exists($idfile)) { |
193 |
print("<br />" . gettext("Netgate Uniqie ID:") . " <strong>" . file_get_contents($idfile) . "</strong>");
|
|
193 |
print("<br />" . gettext("Netgate Uniqie ID:") . " <strong>" . file_get_contents($idfile) . "</strong>");
|
|
194 | 194 |
} |
195 | 195 |
?> |
196 | 196 |
</td> |
Also available in: Unified diff
space/tab