|
|
|
@ -375,9 +375,10 @@ function DisplayLokinetConfig(){
|
|
|
|
|
<label for="code">lokinet-bootstrap URL</label>
|
|
|
|
|
<input type="text" class="form-control" name="loinetbootstrap" value="<?php echo htmlspecialchars($arrConfig['lokinetbootstrap'], ENT_QUOTES); ?>" />
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
<h5>Contact Loki user groups for the latest bootstrap</h5>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="tab-pane fade" id="daemon">
|
|
|
|
|
<h4>Lokient Daemon</h4>
|
|
|
|
|
<div class="row">
|
|
|
|
@ -396,6 +397,7 @@ function DisplayLokinetConfig(){
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<input type="submit" class="btn btn-outline btn-primary" name="ApplyLokinetSettings" value="Apply" />
|
|
|
|
|
<?php
|
|
|
|
|
if( $lokinetstatus[0] == 0 ) {
|
|
|
|
@ -410,7 +412,7 @@ function DisplayLokinetConfig(){
|
|
|
|
|
echo '<input type="submit" class="btn btn-danger" name="ReGenerateLokinet" value="Regenerate .ini" />' , PHP_EOL;
|
|
|
|
|
};
|
|
|
|
|
?>
|
|
|
|
|
|
|
|
|
|
</form>
|
|
|
|
|
</div><!-- /.tab-content -->
|
|
|
|
|
</div><!-- /.panel-body -->
|
|
|
|
|
<div class="panel-footer"> Information provided by Lokinet</div>
|
|
|
|
|