From 1e9d0f528386a165568ad1ddcff99d1d0e049ece Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Mon, 18 Mar 2019 19:57:13 -0400 Subject: [PATCH] change execution --- includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index d522160..40140b3 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( '/usr/local/bin/lokinet.exe' ); + exec( '/usr/local/bin/lokinet' ); // location.reload(); } /* } elseif( isset($_POST['StopLokinet']) ) {