From f00fe0d768e2d060e0ed445420425375e4d42f6b Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Thu, 21 Mar 2019 01:56:10 -0400 Subject: [PATCH] last else refresh with function --- includes/functions.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/functions.php b/includes/functions.php index 1d0d710..a466b9b 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -609,6 +609,8 @@ function SaveTORAndVPNConfig(){ } elseif( isset($_POST['ReGenerateLokinet']) ) { // echo "Attempting to regenerate Lokinet"; exec( 'sudo /home/pi/loki-network/lokilaunch.sh "gen" > /dev/null &', $return ); + } else { + DisplayLokinetConfig(); } } ?>