@ -604,6 +604,7 @@ function SaveTORAndVPNConfig()
<?php
shell_exec('/etc/init.d/dnsmasq stop > /dev/null &');
$output = shell_exec('sudo /home/pi/loki-network/lokilaunch.sh start');
sleep(5);
shell_exec('/etc/init.d/dnsmasq start > /dev/null &');
echo "<pre><strong>$output</strong></pre>";
} elseif (isset($_POST['StopLokinet'])) {