shell_exec

pull/15/head
necro-nemesis 6 years ago
parent ef3fa80f35
commit 4c7762cab7

@ -633,7 +633,10 @@ function SaveTORAndVPNConfig(){
Applying Bootstrap Applying Bootstrap
</div> </div>
<?php <?php
echo $bootstrap; //echo "lokinet-bootstrap ", $bootstrap;
$output = shell_exec('sudo /home/pi/loki-network/lokilaunch.sh "bootstrap", $bootstrap);
echo "<pre>$output</pre>";
} }
} }
?> ?>

Loading…
Cancel
Save