Changeset 12517 for freepbx

Show
Ignore:
Timestamp:
09/15/11 15:19:51 (2 years ago)
Author:
mbrevda
Message:

re #5342 - flush the buffer without ending it, seems to work better with safari

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/amp_conf/htdocs/admin/page.modules.php

    r12479 r12517  
    127127      .html('<iframe frameBorder="0" src="'+urlStr+'"></iframe>') 
    128128      .dialog({ 
    129         title: 'Confirm reload', 
     129        title: 'Status', 
    130130        resizable: false, 
    131131        modal: true, 
     
    211211 
    212212    // stop output buffering, and send output 
    213     @ ob_end_flush(); 
     213    @ ob_flush(); 
    214214    flush(); 
    215215    foreach ($moduleaction as $modulename => $action) {