mirror of
https://github.com/myvesta/vesta
synced 2025-07-06 04:51:54 -07:00
#638 quick fix
quick fix for issue #638, maybe check on other places where this is possible?
This commit is contained in:
parent
1689ea34a2
commit
1eb52371bb
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ exec (VESTA_CMD."v-list-web-domain-".$type."log $user ".$v_domain, $output, $ret
|
||||||
|
|
||||||
if ($return_var == 0 ) {
|
if ($return_var == 0 ) {
|
||||||
foreach($output as $file) {
|
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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue