Update client_settings.php
This commit is contained in:
@@ -132,11 +132,7 @@ function load_settings(){
|
|||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
<h5>What is the URL of this server? (url or ip address where the clients connect to)</h5>
|
<h5>What is the URL of this server? (url or ip address where the clients connect to)</h5>
|
||||||
<form method="get" action="client_settings.php">
|
|
||||||
<input type="text" id="server_url_input" class="form-control" name="name" value="<?php echo($setting_server_server_url); ?>" oninput="update_textfield('server_url_input','setting_server_server_url')">
|
<input type="text" id="server_url_input" class="form-control" name="name" value="<?php echo($setting_server_server_url); ?>" oninput="update_textfield('server_url_input','setting_server_server_url')">
|
||||||
<input type="text" class="form-control" style="display:none" name="update" value="setting_server_server_url">
|
|
||||||
<button type="submit" class="btn btn-primary btn-block">Update URL</button>
|
|
||||||
</form>
|
|
||||||
<br>
|
<br>
|
||||||
<h5>RTP: folderscanner on/off</h5>
|
<h5>RTP: folderscanner on/off</h5>
|
||||||
<div class="form-check form-switch">
|
<div class="form-check form-switch">
|
||||||
|
|||||||
Reference in New Issue
Block a user