From 5435a11dfcce60aa155888185c59faeed6718b64 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Thu, 21 Mar 2019 01:40:49 -0400 Subject: [PATCH] refresh below function --- includes/functions.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/functions.php b/includes/functions.php index 4caeafa..6303cee 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -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 );