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'])) { ?>