mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-22 21:30:54 +01:00
Avoid extra output after file
This commit is contained in:
parent
66e60ff200
commit
1e88e8dc96
@ -445,6 +445,9 @@ class importexport_export_ui {
|
||||
fpassthru($file);
|
||||
|
||||
unlink($tmpfname);
|
||||
|
||||
// Try to avoid any extra finishing output
|
||||
exit;
|
||||
}
|
||||
|
||||
public function ajax_get_plugin_selectors($_plugin,&$response=false, $definition = '') {
|
||||
|
Loading…
Reference in New Issue
Block a user