diff --git a/includes/functions.php b/includes/functions.php index 6303cee..4caeafa 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -600,8 +600,6 @@ 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 );