Update SettingsController.php
This commit is contained in:
parent
16edf98dae
commit
b826173bcb
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ class SettingsController extends Controller
|
|||
if ($res === TRUE) {
|
||||
foreach($result as $file){
|
||||
if (file_exists($file) && is_file($file)) {
|
||||
$zip->addFromString("1. Info.txt","This Archive contains all Invoices from all Users!");
|
||||
$zip->addFile($file,basename($file));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue