From 1eb52371bb23426c27fb99b4e5ae0927f90a76d7 Mon Sep 17 00:00:00 2001 From: Tjebbe Lievens Date: Fri, 19 Feb 2016 12:53:30 +0100 Subject: [PATCH] #638 quick fix quick fix for issue #638, maybe check on other places where this is possible? --- web/list/web-log/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/list/web-log/index.php b/web/list/web-log/index.php index 9859ceda..effa56a5 100644 --- a/web/list/web-log/index.php +++ b/web/list/web-log/index.php @@ -15,7 +15,7 @@ exec (VESTA_CMD."v-list-web-domain-".$type."log $user ".$v_domain, $output, $ret if ($return_var == 0 ) { foreach($output as $file) { - echo $file . "\n"; + echo htmlentities($file) . "\n"; } } -echo " \n\n\n"; \ No newline at end of file +echo " \n\n\n";