Changeset 12517
- Timestamp:
- 09/15/11 15:19:51 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/amp_conf/htdocs/admin/page.modules.php
r12479 r12517 127 127 .html('<iframe frameBorder="0" src="'+urlStr+'"></iframe>') 128 128 .dialog({ 129 title: ' Confirm reload',129 title: 'Status', 130 130 resizable: false, 131 131 modal: true, … … 211 211 212 212 // stop output buffering, and send output 213 @ ob_ end_flush();213 @ ob_flush(); 214 214 flush(); 215 215 foreach ($moduleaction as $modulename => $action) {
