diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-11-08 05:20:58 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-11-08 05:20:58 +0000 |
commit | 3805f0b17426c19888533df14cdadd039685da1e (patch) | |
tree | 35cf0f3fe7661432c3bca1acee8b08fd57640ea9 /usr | |
parent | f024f52dc3624d1f83dd391be02eb12f0bdcbcc6 (diff) | |
download | pfsense-3805f0b17426c19888533df14cdadd039685da1e.zip pfsense-3805f0b17426c19888533df14cdadd039685da1e.tar.gz |
We now sign our own images
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/system_firmware.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/www/system_firmware.php b/usr/local/www/system_firmware.php index e711fda..f9ed187 100755 --- a/usr/local/www/system_firmware.php +++ b/usr/local/www/system_firmware.php @@ -148,7 +148,6 @@ $sig_warning = "<strong>" . $sig_warning . "</strong><br>This means that the ima "is not an official/supported image and may lead to unexpected behavior or security " . "compromises. Only install images that come from sources that you trust, and make sure ". "that the image has not been tampered with.<br><br>". - "Please note that we do not sign alpha and or beta images.<br><br>". "Do you want to install this image anyway (on your own risk)?"; print_info_box($sig_warning); ?> |