pull/10/head
necro-nemesis 6 years ago
parent 01be775fe2
commit 53ba872798

@ -376,9 +376,13 @@ function DisplayLokinetConfig(){
<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>
<hr> <hr>
<h5>Contact Loki user groups for the latest bootstrap</h5> <div class="row">
</div> <div class="col-lg-12">
</div> <h5>Contact Loki user groups for the latest bootstrap</h5>
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="daemon"> <div class="tab-pane fade" id="daemon">
<h4>Lokient Daemon</h4> <h4>Lokient Daemon</h4>
@ -394,7 +398,6 @@ function DisplayLokinetConfig(){
<h2>This is Loki</h2> <h2>This is Loki</h2>
<div class="embed-responsive embed-responsive-16by9"> <div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/Lykh-NqkKys"></iframe> <iframe class="embed-responsive-item" src="https://www.youtube.com/embed/Lykh-NqkKys"></iframe>
<hr>
</div> </div>
</div> </div>
</div> </div>
@ -411,7 +414,8 @@ function DisplayLokinetConfig(){
if (!file_exists($filename)) { if (!file_exists($filename)) {
echo '<input tpe="submit" class="btn btn-success" name="GenerateLokinet" value="Gnerate .ini" />' , PHP_EOL; echo '<input tpe="submit" class="btn btn-success" name="GenerateLokinet" value="Gnerate .ini" />' , PHP_EOL;
} else { } else {
echo '<input type="submit" class="btn btn-danger" name="ReGenerateLokinet" value="Regenerate .ini" />' , PHP_EOL; echo '<inpu
t type="submit" class="btn btn-danger" name="ReGenerateLokinet" value="Regenerate .ini" />' , PHP_EOL;
}; };
?> ?>
</form> </form>

Loading…
Cancel
Save