Change nzbmatrix from http: to https: for so nzb request packets are not in clear text.

This commit is contained in:
Daniel Firu
2012-11-07 12:06:24 -08:00
parent b0fa43e5b9
commit 9d98759768

View File

@@ -299,7 +299,7 @@
<tr>
<td><input class="switch" type="checkbox" name="nzbmatrix" value="1" ${config['use_nzbmatrix']} /></td>
<td>
<h2><a href="http://www.nzbmatrix.com" target="_blank"><span class="wsr">D</span>NZBMatrix</a></h2>
<h2><a href="https://www.nzbmatrix.com" target="_blank"><span class="wsr">D</span>NZBMatrix</a></h2>
<small><label for="nzbmatrix">Enabled/Disabled</label></small>
</td>
</tr>