You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
cosmopet-architecture/dup-installer/templates/default/parts/validation/tests/manual-extraction.php

29 lines
1.2 KiB

<?php
/**
*
* @package templates/default
*/
defined('ABSPATH') || defined('DUPXABSPATH') || exit;
use Duplicator\Installer\Core\Params\PrmMng;
$paramsManager = PrmMng::getInstance();
?><p>
<b>Deployment Path:</b> <i><?php echo DUPX_U::esc_html($paramsManager->getValue(PrmMng::PARAM_PATH_NEW)); ?></i>
</p>
The installer has detected that the archive file has been extracted to the deployment path above.
<p>
The installer has detected that the archive file has been extracted to the deployment path above. The installer is going
to skip the extraction process by default. If you want to re-extract the archive file, switch to "Advanced" mode, and
under "Options" > "Extraction Mode" choose the preferred extraction mode.
</p>
<small>
Note: This test looks for a file named <i>dup-manual-extract__[HASH]</i> in the <?php echo DUPX_U::esc_html(DUPX_INIT); ?> directory.
If the file exists then this notice is shown.
The <i>dup-manual-extract__[HASH]</i> file is created with every archive and removed once the install is complete. For more details on this process see the
<a href="<?php echo DUPX_Constants::FAQ_URL; ?>how-to-handle-various-install-scenarios" target="_blank">manual extraction FAQ</a>.
</small>