Commit changes to handle flushing output to browser.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9302 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
phamt 2011-04-13 15:34:36 +00:00
parent 043c8bf881
commit cd2a1ef684

View File

@ -104,6 +104,7 @@ function submit_request($req, $skipVerify, $opts_array){
if ($flush) {
// Strip HTML tags from output
if ($tmp = trim(strip_tags($str))) {
// Format the output based on what was given for $flush_format
echo $tmp . '<br/>';
flush();
}