mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-24 23:58:54 +01:00
Try to avoid extra output after file
This commit is contained in:
parent
726798c8cb
commit
6246b1b58b
@ -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