From 0ebdb882294f6af98999d7142bd2b99c14edbc3f Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Mon, 1 Apr 2019 18:09:20 -0400 Subject: [PATCH] insert container --- includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index a181a44..2d2dee5 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -637,7 +637,7 @@ function SaveTORAndVPNConfig(){ $bootstrap=str_replace("'", "", $bootstrap); $bootstrap=htmlspecialchars($bootstrap); $output = shell_exec('sudo /home/pi/./loki-network/lokilaunch.sh bootstrap '.$bootstrap.''); - echo "$output"; + echo "
$output
"; } }