diff --git a/includes/functions.php b/includes/functions.php index 47b2940..ae6f6cb 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -599,7 +599,7 @@ function SaveTORAndVPNConfig(){ } } elseif( isset($_POST['StartLokinet']) ) { echo "Attempting to start Lokinet"; - exec( 'sudo /etc/init.d/tor stop' ); + exec( 'sudo /etc/init.d/tor stop', $return ); // location.reload(); ///usr/local/bin/lokinet }