mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
Merge branch 'master' of https://github.com/serghey-rodin/vesta
This commit is contained in:
commit
9218cf64d3
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