summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeah Woods <info@minifree.org>2016-05-08 09:44:04 (EDT)
committer Leah Woods <info@minifree.org>2016-05-08 09:44:04 (EDT)
commit17e7410ed7291497148fc02869bcae083669177e (patch)
treef88789616d14366ba172d3f4de5e090c01276fd0
parent6de0b6a8b3d490565376e96bc931e10ff5b92d1b (diff)
downloadlibreboot.org-17e7410ed7291497148fc02869bcae083669177e.zip
libreboot.org-17e7410ed7291497148fc02869bcae083669177e.tar.gz
libreboot.org-17e7410ed7291497148fc02869bcae083669177e.tar.bz2
also mention that FTP is unencrypted
-rw-r--r--site/download/index.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/site/download/index.php b/site/download/index.php
index 800ca38..1ce39fa 100644
--- a/site/download/index.php
+++ b/site/download/index.php
@@ -68,6 +68,9 @@
echo mirrorList($lbHttpMirror, gettext("HTTP mirrors not added yet."),0,count($lbHttpMirror));
?>
<h2 id="ftp">FTP mirrors</h2>
+ <p>
+ WARNING: FTP is also unencrypted, like HTTP. The same risks are present.
+ </p>
<?php
/* show FTP mirrors */
echo mirrorList($lbFtpMirror,gettext("FTP mirrors not added yet."),0,count($lbFtpMirror));