File "ctrl.s1.php"
Full Path: /home/bfxleof/www/wp-content/plugins/duplicator/installer/dup-installer/ctrls/ctrl.s1.php
File size: 256 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
defined('ABSPATH') || defined('DUPXABSPATH') || exit;
require_once($GLOBALS['DUPX_INIT'].'/ctrls/classes/class.ctrl.extraction.php');
$data = DUP_LITE_Extraction::getInstance()->runExtraction();
die(DupLiteSnapJsonU::wp_json_encode($data));