double down

pull/10/head
necro-nemesis 6 years ago
parent ddebd3b77d
commit afd1e1e07e

@ -433,6 +433,11 @@ function DisplayLokinetConfig(){
} else {
echo '<input type="submit" class="btn btn-warning" name="StopTOR" value="Stop TOR" />' , PHP_EOL;
};
if( $torproxystatus[0] == 0 ) {
echo '<input type="submit" class="btn btn-success" name="StartTOR" value="Start TOR" />' , PHP_EOL;
} else {
echo '<input type="submit" class="btn btn-warning" name="StopTOR" value="Stop TOR" />' , PHP_EOL;
};
?>
</form>
</div><!-- /.tab-content -->

Loading…
Cancel
Save