Remove settings that are either not working or set in .env file from site-edit

This commit is contained in:
DariusIII
2019-01-13 20:57:11 +01:00
parent dfcb46e283
commit 16e89edcc2
2 changed files with 1 additions and 29 deletions
+1
View File
@@ -1,4 +1,5 @@
2019-01-13 DariusIII
* Chg: Remove settings that are either not working or set in .env file from site-edit
* Chg: Add source to predb_rt index
* Chg: Update truncateRTIndex and optimizrRTIndex functions
* Chg: Improve sphinx indexes population with data
@@ -208,23 +208,6 @@
<fieldset>
<legend>3<sup>rd</sup> Party API Keys</legend>
<table class="input data table table-striped responsive-utilities jambo-table">
<tr>
<td style="width:160px;"><label for="tmdbkey">TMDB Key</label>:</td>
<td>
<input id="tmdbkey" class="long" name="tmdbkey" type="text" value="{$site->tmdbkey}"/>
<div class="hint">The api key used for access to tmdb</div>
</td>
</tr>
<tr>
<td style="width:160px;"><label for="rottentomatokey">Rotten Tomatoes Key</label>:</td>
<td>
<input id="rottentomatokey" class="long" name="rottentomatokey" type="text"
value="{$site->rottentomatokey}"/>
<div class="hint">The api key used for access to rotten tomatoes</div>
</td>
</tr>
<tr>
<td><label for="amazonpubkey">Amazon Public Key</label>:</td>
<td>
@@ -323,18 +306,6 @@
</td>
</tr>
<tr>
<td><label for="tmpunrarpath">Temp Unrar File Path</label>:</td>
<td>
<input id="tmpunrarpath" class="long" name="tmpunrarpath" type="text"
value="{$site->tmpunrarpath}"/>
<div class="hint">The path to where unrar puts files. WARNING: This directory will have its
contents deleted.
<br/>Use forward slashes in windows <span style="font-family:courier;">c:/temp/path/stuff/will/be/unpacked/to</span>
</div>
</td>
</tr>
<tr>
<td><label for="mediainfopath">Mediainfo Path</label>:</td>
<td>