This commit is contained in:
Phinitnan Chanasabaeng 2016-02-22 14:23:24 +07:00
commit 9218cf64d3

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