quick fix for issue #638, maybe check on other places where this is possible?
This commit is contained in:
Tjebbe Lievens 2016-02-19 12:53:30 +01:00
parent 1689ea34a2
commit 1eb52371bb

View file

@ -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 " </pre>\n</body>\n</html>\n";
echo " </pre>\n</body>\n</html>\n";