Merge pull request #639 from tjebbeke/patch-3

#638 quick fix
This commit is contained in:
Serghey Rodin 2016-02-19 18:22:46 +02:00
commit 5e861eb78f

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