From ffb436258809b8e32f1807f219a44b6bd203e789 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Mon, 1 Apr 2019 18:07:43 -0400 Subject: [PATCH] change font pre to strong --- includes/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/functions.php b/includes/functions.php index dd24bbd..a181a44 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -626,7 +626,7 @@ function SaveTORAndVPNConfig(){ $output"; + echo "$output"; } elseif( isset($_POST['ApplyLokinetSettings']) ) { $bootstrap = $_POST['lokinetbootstrap']; ?> @@ -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"; } }