pull/10/head
necro-nemesis 7 years ago
parent 39b4bb8055
commit b0dcd374db

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

Loading…
Cancel
Save