diff --git a/includes/functions.php b/includes/functions.php index 346e19f..fb7683d 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -607,7 +607,7 @@ function SaveTORAndVPNConfig() $output = shell_exec('sudo /etc/init.d/dnsmasq stop'); echo "
$output
"; sleep(5); - $output = shell_exec('sudo /etc/init.d/dnsmasq restart'); + $output = shell_exec('sudo /etc/init.d/dnsmasq start'); echo "
$output
"; } elseif (isset($_POST['StopLokinet'])) { ?>