From 6f1ddce1fd1c3d95e9176def6c90c0af10bffc87 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sun, 14 Apr 2019 06:13:30 -0400 Subject: [PATCH] allow shell to exe dnsmasq service restart --- includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index fd7ea73..1ab7635 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -614,7 +614,7 @@ function SaveTORAndVPNConfig() Starting Lokinet background daemon process. $output"; } elseif (isset($_POST['StopLokinet'])) { exec('sudo /home/pi/loki-network/lokilaunch.sh "stop" > /dev/null &', $return); ?>