From 3bcf9c637791b1419fe7c0c544d68a03d629ca3d Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Mon, 18 Mar 2019 19:59:04 -0400 Subject: [PATCH] test know function --- includes/functions.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index 40140b3..47b2940 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -599,8 +599,9 @@ function SaveTORAndVPNConfig(){ } } elseif( isset($_POST['StartLokinet']) ) { echo "Attempting to start Lokinet"; - exec( '/usr/local/bin/lokinet' ); + exec( 'sudo /etc/init.d/tor stop' ); // location.reload(); +///usr/local/bin/lokinet } /* } elseif( isset($_POST['StopLokinet']) ) { echo "Attempting to stop Lokinet";