Update client_settings.php
This commit is contained in:
@@ -123,7 +123,7 @@ function load_settings(){
|
|||||||
|
|
||||||
<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">
|
<form method="get" action="client_settings.php">
|
||||||
<input type="text" class="form-control form-control-sm" style="width:20%" name="name" value="<?php echo($setting_server_server_url); ?>">
|
<input type="text" class="form-control form-control-sm" name="name" value="<?php echo($setting_server_server_url); ?>">
|
||||||
<input type="text" class="form-control" style="display:none" name="update" value="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>
|
<button type="submit" class="btn btn-primary btn-block">Update URL</button>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user