From: Ciaran Gultnieks Date: Thu, 24 Oct 2013 16:53:10 +0000 (+0100) Subject: HTTPS is forced, so that text is no longer necessary X-Git-Tag: 0.1~313 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=eba477d9223e3f3e13dc7a90ec27dcef3feecb23;p=fdroidserver.git HTTPS is forced, so that text is no longer necessary --- diff --git a/wp-fdroid/wp-fdroid.php b/wp-fdroid/wp-fdroid.php index d2cc3032..eced6b94 100644 --- a/wp-fdroid/wp-fdroid.php +++ b/wp-fdroid/wp-fdroid.php @@ -300,7 +300,7 @@ class FDroid $out.="

NOTE: Although APK downloads are available below to give "; $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.="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.

"; $i=0;