From 6416568ed6f33216eb921fea2f20842227c5d126 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Wed, 20 Mar 2019 01:26:36 -0400 Subject: [PATCH] cooma --- includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index 2b816aa..24e756a 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -603,7 +603,7 @@ function SaveTORAndVPNConfig(){ // header("Refresh:0"); } elseif( isset($_POST['StopLokinet']) ) { echo "Attempting to stop Lokinet"; - exec( 'kill -9 lokinet ); + exec( 'kill -9 lokinet' ); // location.reload(); } elseif( isset($_POST['GenerateLokinet']) ) { echo "Attempting to generate Lokinet";