mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-21 16:34:01 +01:00
Updated Config with "new" options.
This commit is contained in:
@@ -619,6 +619,27 @@
|
||||
</option>
|
||||
%endfor
|
||||
</select>
|
||||
|
||||
<div id="customoptions">
|
||||
<h3>Host:<br>
|
||||
<input type="text" name="customhost" value="${config['customhost']}" size="20">
|
||||
</h3>
|
||||
<h3>
|
||||
Port:<br>
|
||||
<input type="text" name="customport" value="${config['customport']}" size="8">
|
||||
</h3>
|
||||
<h3>
|
||||
Sleep Interval:
|
||||
<br>
|
||||
<input type="text" name="customsleep" value="${config['customsleep']}" size="4">
|
||||
</h3>
|
||||
</div>
|
||||
|
||||
<div id="hpserveroptions">
|
||||
<h3>Username:<br><input type="text" name="hpuser" value="${config['hpuser']}" size="20"></h3>
|
||||
<h3>Password:<br><input type="password" name="hppass" value="${config['hppass']}" size="15"></h3>
|
||||
<i class="smalltext2"><a href="http://headphones.codeshy.com/vip">Get an Account</a></p>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user