mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
resolving repo conflicts
This commit is contained in:
commit
704bf770f7
9 changed files with 963 additions and 375 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";
|
||||
echo " </pre>\n</body>\n</html>\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue