|
|
|
@ -407,7 +407,13 @@ function DisplayLokinetConfig(){
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<input type="submit" class="btn btn-outline btn-primary" name="SaveLokinetSettings" value="Save settings" />
|
|
|
|
|
<?php
|
|
|
|
|
if( $torproxystatus[0] == 0 ) {
|
|
|
|
|
echo '<input type="submit" class="btn btn-success" name="StartTOR" value="Start Lokinet" />' , PHP_EOL;
|
|
|
|
|
} else {
|
|
|
|
|
echo '<input type="submit" class="btn btn-warning" name="StopTOR" value="Stop Lokinet" />' , PHP_EOL;
|
|
|
|
|
};
|
|
|
|
|
<div class="tab-pane fade" id="daemon">
|
|
|
|
|
<h4>Lokient Daemon</h4>
|
|
|
|
|
<div class="row">
|
|
|
|
|