first commit
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
*
|
||||
* @package templates/default
|
||||
*/
|
||||
|
||||
defined('ABSPATH') || defined('DUPXABSPATH') || exit;
|
||||
|
||||
use Duplicator\Installer\Core\Security;
|
||||
use Duplicator\Installer\Core\Params\PrmMng;
|
||||
use Duplicator\Installer\Utils\SecureCsrf;
|
||||
use Duplicator\Libs\Snap\SnapJson;
|
||||
|
||||
$nextStepPrams = array(
|
||||
PrmMng::PARAM_CTRL_ACTION => 'ctrl-step4',
|
||||
Security::CTRL_TOKEN => SecureCsrf::generate('ctrl-step4'),
|
||||
);
|
||||
?>
|
||||
<script>
|
||||
DUPX.deployStep1 = function () {
|
||||
DUPX.oneStepDeploy($('#s1-input-form'), <?php echo SnapJson::jsonEncode($nextStepPrams); ?>);
|
||||
};
|
||||
</script>
|
||||
Reference in New Issue
Block a user