refresh below function

pull/12/head
necro-nemesis 7 years ago
parent bcc61ef72e
commit 5435a11dfc

@ -600,6 +600,8 @@ function SaveTORAndVPNConfig(){
} elseif( isset($_POST['StartLokinet']) ) {
//echo "Attempting to start Lokinet";
exec( 'sudo /home/pi/loki-network/lokilaunch.sh "start" > /dev/null &', $return );
DisplayLokinetConfig();
break;
} elseif( isset($_POST['StopLokinet']) ) {
//echo "Attempting to stop Lokinet";
exec( 'sudo /home/pi/loki-network/lokilaunch.sh "stop" > /dev/null &', $return );

Loading…
Cancel
Save