mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +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);
|
fpassthru($file);
|
||||||
|
|
||||||
unlink($tmpfname);
|
unlink($tmpfname);
|
||||||
|
|
||||||
|
// Try to avoid any extra finishing output
|
||||||
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function ajax_get_plugin_selectors($_plugin,&$response=false, $definition = '') {
|
public function ajax_get_plugin_selectors($_plugin,&$response=false, $definition = '') {
|
||||||
|
Loading…
Reference in New Issue
Block a user