|
|
|
@ -373,7 +373,7 @@ function DisplayLokinetConfig(){
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="form-group col-lg-12">
|
|
|
|
|
<label for="code">lokinet-bootstrap URL</label>
|
|
|
|
|
<input type="text" class="form-control" name="loinetbootstrap" value="<?php echo htmlspecialchars($arrConfig['lokinetbootstrap'], ENT_QUOTES); ?>" />
|
|
|
|
|
<input type="text" class="form-control" name="loinetbootstrap" placeholder="http://206.81.100.174/n-st-5.signed" value="<?php echo htmlspecialchars($arrConfig['lokinetbootstrap'], ENT_QUOTES); ?>" />
|
|
|
|
|
<h5>Contact Loki user groups for the latest bootstrap</h5>
|
|
|
|
|
<input type="submit" class="btn btn-outline btn-primary" name="ApplyLokinetSettings" value="Apply" />
|
|
|
|
|
<?php
|
|
|
|
|