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:
parent
043c8bf881
commit
cd2a1ef684
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user