From 17e7410ed7291497148fc02869bcae083669177e Mon Sep 17 00:00:00 2001
From: Leah Woods <info@minifree.org>
Date: Sun, 08 May 2016 09:44:04 -0400
Subject: also mention that FTP is unencrypted

---
(limited to 'site/download')

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));
--
cgit v0.9.1