HEX
Server: Apache/2
System: Linux localhost 5.4.0-131-generic #147-Ubuntu SMP Fri Oct 14 17:07:22 UTC 2022 x86_64
User: rasad (1007)
PHP: 7.4.33
Disabled: shell_exec,system,passthru,exec,popen,ini_restore,socket_create,socket_create_listen,socket_create_pair,socket_listen,socket_bind,symlink,link,pfsockopen,ini_alter,dl,pcntl_exec,pcntl_fork,proc_close,proc_open,proc_terminate,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_uname,show_source,getfile,mkfifo
Upload Files
File: /home/rasad/public_html/wp-content/plugins/duplicator/template/admin_pages/welcome/footer.php
<?php

/**
 *
 * @package   Duplicator
 * @copyright (c) 2023, Snap Creek LLC
 */

defined("ABSPATH") || exit;

/**
 * Variables
 *
 * @var \Duplicator\Core\Views\TplMng  $tplMng
 * @var array<string, mixed> $tplData
 */
?>

<div class="footer">
    <div class="block dup-clearfix">
        <div class="button-wrap">
            <div class="left">
                <a href="<?php echo esc_url($tplData['packageNonceUrl']); ?>"
                   class="dup-btn dup-btn-block dup-btn-lg dup-btn-orange">
                    <?php esc_html_e('Create Your First Backup', 'duplicator'); ?>
                </a>
            </div>
            <div class="right">
                <a href="<?php echo esc_url(\Duplicator\Utils\Upsell::getCampaignUrl('welcome-page', 'Upgrade to Duplicator Pro')); ?>"
                   target="_blank"
                   rel="noopener noreferrer"
                   class="dup-btn dup-btn-block dup-btn-lg dup-btn-trans-green">
                    <span class="underline">
                        <?php esc_html_e('Upgrade to Duplicator Pro', 'duplicator'); ?> <span
                            class="dashicons dashicons-arrow-right"></span>
                    </span>
                </a>
            </div>
        </div>
    </div>
</div>