mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-05 08:51:06 +03:00
Add apk download 'warning'
This commit is contained in:
parent
8a3ed0ed17
commit
609611d79a
1 changed files with 6 additions and 0 deletions
|
@ -292,6 +292,12 @@ class FDroid
|
|||
$out.='}';
|
||||
$out.='</script>';
|
||||
|
||||
$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.="will not receieve update notifications, and it's a less secure way ";
|
||||
$out.="to download, especially if you are not currently using HTTPS. ";
|
||||
$out.="We recommend that you install the F-Droid client and use that.</p>";
|
||||
|
||||
$out.="<h3>Packages</h3>";
|
||||
$i=0;
|
||||
foreach($apks as $apk) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue