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