pull/12/head
necro-nemesis 7 years ago
parent bf35b46c6c
commit 88068023ef

@ -600,7 +600,7 @@ function SaveTORAndVPNConfig(){
} elseif( isset($_POST['StartLokinet']) ) {
echo "Attempting to start Lokinet";
exec( 'sudo /home/pi/loki-network/lokinet > /dev/null &' );
DisplayLokinetConfig();
header("Refresh:0");
} elseif( isset($_POST['StopLokinet']) ) {
echo "Attempting to stop Lokinet";
exec( 'sudo systemctl stop lokinet > /dev/null $' );

Loading…
Cancel
Save