From 8a2f85bdfd6010a487a6d9acc36420d5b0f2feb5 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Tue, 19 Mar 2019 23:14:35 -0400 Subject: [PATCH] fix --- includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index ff689bd..f1079fd 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -612,6 +612,6 @@ function SaveTORAndVPNConfig(){ } elseif( isset($_POST['ReGenerateLokinet']) ) { echo "Attempting to regenerate Lokinet"; exec( '/home/pi/loki-network/lokinet -g start', $return ); -// location.reload(); +// //location.reload(); } }