|
|
@ -635,7 +635,7 @@ function SaveTORAndVPNConfig(){
|
|
|
|
<?php
|
|
|
|
<?php
|
|
|
|
//echo "lokinet-bootstrap ", $bootstrap;
|
|
|
|
//echo "lokinet-bootstrap ", $bootstrap;
|
|
|
|
$escapedArgumment = escapeshellarg($bootstrap);
|
|
|
|
$escapedArgumment = escapeshellarg($bootstrap);
|
|
|
|
$output = shell_exec( 'sudo /home/pi/loki-network/lokilaunch.sh bootstrap $escapedArgumment' );
|
|
|
|
$output = shell_exec( "sudo /home/pi/loki-network/lokilaunch.sh bootstrap $escapedArgumment" );
|
|
|
|
echo "<pre>$output</pre>";
|
|
|
|
echo "<pre>$output</pre>";
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|