diff options
-rw-r--r-- | site/download/index.php | 3 |
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)); |