From 3b8cf2bb9d42b0b5a50537312d8086e68923d2c9 Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Thu, 5 Mar 2020 10:52:03 +0100 Subject: [PATCH] poking at a problem --- strassenkind.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strassenkind.php b/strassenkind.php index 51c1bcf..6739290 100644 --- a/strassenkind.php +++ b/strassenkind.php @@ -50,7 +50,7 @@ $git_commands = get_command_list("commands_git.conf"); $command = $command . " 2>&1"; } $output = shell_exec($command); - echo "
 " . htmlspecialchars($command, $flags=ENT_DISALLOWED | ENT_HTML5 | ENT_QUOTES, $encoding="UTF-8") . " 
\n
 " . htmlspecialchars($output, $flags=ENT_DISALLOWED | ENT_HTML5 | ENT_QUOTES, $encoding="UTF-8") . " 
\n
"; + echo "
 " . htmlspecialchars($command, $flags=ENT_DISALLOWED | ENT_HTML5 | ENT_QUOTES) . " 
\n
 " . htmlspecialchars($output, $flags=ENT_DISALLOWED | ENT_HTML5 | ENT_QUOTES) . " 
\n
"; } }