From 114bd614a8c2677f83bd26e1188fa30bdfdc9907 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Mon, 18 Mar 2019 19:55:30 -0400 Subject: [PATCH] //comment out location.reload() --- includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index b79063a..d522160 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -600,7 +600,7 @@ function SaveTORAndVPNConfig(){ } elseif( isset($_POST['StartLokinet']) ) { echo "Attempting to start Lokinet"; exec( '/usr/local/bin/lokinet.exe' ); - location.reload(); +// location.reload(); } /* } elseif( isset($_POST['StopLokinet']) ) { echo "Attempting to stop Lokinet";