Changeset 57239 for trunk/src/wp-admin/includes/class-pclzip.php
- Timestamp:
- 01/03/2024 09:57:32 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-pclzip.php
r55827 r57239 1855 1855 1856 1856 1857 // ----- Sanitycheck : No threshold if value lower than 1M1857 // ----- Confidence check : No threshold if value lower than 1M 1858 1858 if ($p_options[PCLZIP_OPT_TEMP_FILE_THRESHOLD] < 1048576) { 1859 1859 unset($p_options[PCLZIP_OPT_TEMP_FILE_THRESHOLD]);
Note: See TracChangeset
for help on using the changeset viewer.