mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 21:34:12 -07:00
Merge remote-tracking branch 'serghey-rodin/master'
This commit is contained in:
commit
66c9e56e46
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 ) {
|
||||
foreach($output as $file) {
|
||||
echo $file . "\n";
|
||||
echo htmlentities($file) . "\n";
|
||||
}
|
||||
}
|
||||
echo " </pre>\n</body>\n</html>\n";
|
Loading…
Add table
Add a link
Reference in a new issue