Bug managing zip files resolved

This commit is contained in:
jaguge 2024-01-04 20:09:09 +01:00 committed by GitHub
parent ba43ff1b3a
commit 733dc26b85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@
{
$names =$zip->getNameIndex(0);
$ext0 = explode(".", $names);
$ext = strtolower(end($ext));
$ext = strtolower(end($ext0));
}
}