Merge remote-tracking branch 'serghey-rodin/master'

This commit is contained in:
Clark Chen 2016-03-24 00:37:34 -04:00
commit 66c9e56e46

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