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";