HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.30
System: Linux iZj6c1151k3ad370bosnmsZ 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64
User: root (0)
PHP: 7.4.30
Disabled: NONE
Upload Files
File: /var/www/html/sparkle/wp-content/plugins/wp-all-export/src/Scheduling/views/ConnectionIcon.php
<?php
if(!defined('ABSPATH')) {
    die();
}
$scheduling = \Wpae\Scheduling\Scheduling::create();
?>
<span class="wpai-no-license" <?php if ($scheduling->checkLicense()) { ?> style="display: none;" <?php } ?> >

    <a href="#" style="z-index: 1000;" class="wpallexport-help help_scheduling"
       title="Automatic Scheduling is a paid service from Soflyy. Click for more info.">

    </a>
</span>

<?php if ($scheduling->checkLicense()) { ?>
    <span class="wpai-license">
        <?php if ( $scheduling->checkConnection() ) {
            ?>
            <span class="wpallexport-help" title="Connection to WP All Export servers is stable and confirmed"
                  style="background-image: none; width: 20px; height: 20px;">
            <img src="<?php echo esc_url(PMXE_ROOT_URL); ?>/static/img/s-check.png" style="width: 16px;"/>
            </span>
            <?php
        } else  { ?>
            <img src="<?php echo esc_url(PMXE_ROOT_URL); ?>/static/img/s-exclamation.png" style="width: 16px;"/>

            <?php
        }
        ?>
    </span>
<?php
}

?>