• File: define.php
  • Full Path: /home/chassiw/www/wp-content/plugins/duplicator/lib/dup_archive/define.php
  • File size: 251 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
defined("ABSPATH") or die("");
//Prevent directly browsing to the file
if(!defined('DUPARCHIVE_VERSION')) {
    // Should always match the version of Duplicator Pro that includes the library
    define('DUPARCHIVE_VERSION', '3.7.5.0');
}