From 4ad67974f9d0bec6482be25a86e868c8260c1051 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Mon, 18 Mar 2019 20:12:47 -0400 Subject: [PATCH] location.reload() test --- includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index f3888ad..012f764 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( 'sudo /etc/init.d/tor stop', $return ); -// location.reload(); + location.reload(); ///usr/local/bin/lokinet /* } elseif( isset($_POST['StopLokinet']) ) { echo "Attempting to stop Lokinet";