mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-27 16:34:00 +00:00
download billing documents
This commit is contained in:
@@ -52,7 +52,7 @@ class DownloadBookingDocumentLogic
|
||||
header('Content-Type: application/zip');
|
||||
header('Content-Length: ' . filesize($attachment));
|
||||
readfile($attachment);
|
||||
unlink($attachment);
|
||||
// unlink($attachment);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user