File "class.constants.php"
Full Path: /home/bfxleof/www/wp-content/plugins/duplicator/classes/class.constants.php
File size: 150 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
defined("ABSPATH") || exit;
class DUP_Constants
{
const ZIP_STRING_LIMIT = 70000; // Cutoff for using ZipArchive addtostring vs addfile
}