diff --git a/includes/functions.php b/includes/functions.php index 78d3f72..82fa73b 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -604,13 +604,15 @@ function SaveTORAndVPNConfig() //START } elseif (isset($_POST['StartDaemon'])) { - ?> + /*?>
Launching Lokinet.
$output"; + $output = */ + shell_exec('sudo /var/lib/lokinet/lokilaunch.sh start'); + /* echo "
$output
"; + */ //STOP } elseif (isset($_POST['StopDaemon'])) {