|
|
@ -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'];
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
?>
|
|
|
|
?>
|
|
|
|