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(); } }