HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux vm8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: afleverb (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //var/www/drakkar_site/wp-content/plugins/tenweb-speed-optimizer/views/autoupdate_banner.php
<div class="two-banner-main-container two-autoupdate-popup">
    <span class="two-banner-close-button two-autoupdate-close two-set-autoupdate"></span>
    <div class="two-image-with-title-popup">
        <img src="<?php echo esc_url(TENWEB_SO_URL . '/assets/images/nps_survey/flash_shorter.png'); ?>"
             alt="flash Image" class="two-banner-main-image">
        <div class="two-banner-title">
            <?php _e('Do you want to always have the latest version of ' . esc_html(TWO_SO_ORGANIZATION_NAME) . ' Booster?', 'tenweb-speed-optimizer'); ?>
        </div>
    </div>
    <div class="two-banner-buttons-container">
        <a href="#" class="two-button-grey two-close-autoupdate-popup two-set-autoupdate">
            <?php _e('No Thanks', 'tenweb-speed-optimizer'); ?>
        </a>
        <a href="#" class="two-enable-autoupdate two-set-autoupdate">
            <?php _e('Enable Auto-update', 'tenweb-speed-optimizer'); ?>
        </a>
    </div>
</div>