mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:49:10 +01:00
Avoid extra output after file
This commit is contained in:
parent
f08abdbd83
commit
b07fed35a7
@ -413,6 +413,9 @@ class importexport_export_ui {
|
|||||||
fclose($file);
|
fclose($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