From bcc61ef72e777bf0b198b10c915fc18f904faaaf Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Thu, 21 Mar 2019 01:38:43 -0400 Subject: [PATCH] refersh page --- includes/functions.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/functions.php b/includes/functions.php index 6973d27..4caeafa 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -610,4 +610,6 @@ function SaveTORAndVPNConfig(){ // echo "Attempting to regenerate Lokinet"; exec( 'sudo /home/pi/loki-network/lokilaunch.sh "gen" > /dev/null &', $return ); } + DisplayLokinetConfig(); + break; }