From 70bccd63caf556f7fed84392b7195d45a6399743 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Thu, 21 Mar 2019 01:42:21 -0400 Subject: [PATCH] single refresh --- includes/functions.php | 2 -- 1 file changed, 2 deletions(-) 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 );