pull/15/head
necro-nemesis 6 years ago
parent 0504895d5b
commit 0676d3f529

@ -627,12 +627,13 @@ function SaveTORAndVPNConfig(){
<?php <?php
} elseif( isset($_POST['ApplyLokinetSettings']) ) { } elseif( isset($_POST['ApplyLokinetSettings']) ) {
//exec( 'sudo /home/pi/loki-network/lokilaunch.sh "gen" > /dev/null &', $return); //exec( 'sudo /home/pi/loki-network/lokilaunch.sh "gen" > /dev/null &', $return);
echo $_POST['lokinetbootstrap'];
?> ?>
<div class="alert alert-warning"> <div class="alert alert-warning">
Applying Bootstrap Applying Bootstrap
</div> </div>
<?php <?php
echo $_POST['lokinetbootstrap'];
} }
} }
?> ?>

Loading…
Cancel
Save