HTTPS is forced, so that text is no longer necessary

This commit is contained in:
Ciaran Gultnieks 2013-10-24 17:53:10 +01:00
parent fe46cc8fdd
commit eba477d922

View file

@ -300,7 +300,7 @@ class FDroid
$out.="<p><b>NOTE:</b> Although APK downloads are available below to give "; $out.="<p><b>NOTE:</b> Although APK downloads are available below to give ";
$out.="you the choice, you should be aware that by installing that way you "; $out.="you the choice, you should be aware that by installing that way you ";
$out.="will not receive update notifications, and it's a less secure way "; $out.="will not receive update notifications, and it's a less secure way ";
$out.="to download, especially if you are not currently using HTTPS. "; $out.="to download. ";
$out.="We recommend that you install the F-Droid client and use that.</p>"; $out.="We recommend that you install the F-Droid client and use that.</p>";
$i=0; $i=0;