Add warning to Export page

This commit is contained in:
Amine Ben hammou
2019-01-17 16:56:40 +01:00
parent 00764ff3e9
commit 29da613481
2 changed files with 7 additions and 1 deletions

View File

@@ -150,6 +150,7 @@ class ImportExportFactory {
$data['maxPostSizeBytes'] = Helpers::getMaxPostSize('bytes');
$data['maxPostSize'] = Helpers::getMaxPostSize();
}
$data['zipExtensionLoaded'] = extension_loaded('zip');
return $data;
}
}