From 29da6d789ec8bcc46922a5ae0249e6938ea5ad69 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Wed, 17 Apr 2019 23:19:58 -0400 Subject: [PATCH] No restart --- includes/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/functions.php b/includes/functions.php index c812438..fa73abd 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -606,8 +606,8 @@ function SaveTORAndVPNConfig() $output = shell_exec('sudo /home/pi/loki-network/lokilaunch.sh start'); echo "
$output
"; /* sleep(10); */ - $output = shell_exec('/etc/init.d/dnsmasq restart'); - echo "
$output
"; + /*$output = shell_exec('/etc/init.d/dnsmasq restart'); + echo "
$output
"; */ } elseif (isset($_POST['StopLokinet'])) { ?>