| 1 |
<?php |
| 2 |
if ( ! defined( 'ABSPATH' ) ) { |
| 3 |
die( 'We\'re sorry, but you can not directly access this file.' ); |
| 4 |
} |
| 5 |
?> |
| 6 |
|
| 7 |
<div class="vd-container"> |
| 8 |
<div class="vd-scanner"> |
| 9 |
<div class="vd-scanner__container"> |
| 10 |
<span class="vd-scanner__header">Hey, it looks like you can't make requests to |
| 11 |
<a href="<?php echo constant('VDWS_VIRUSDIE_SITE_LANDING'); ?>"><?php echo constant('VDWS_VIRUSDIE_SITE_LANDING'); ?></a>.</span> |
| 12 |
<p class="vd-scanner__text"> |
| 13 |
Set <strong><code>allow_url_fopen = On</code></strong> in php.ini file<br/> |
| 14 |
or install required <strong><code>php-curl</code></strong> for your PHP version.</p> |
| 15 |
<div class="vd-scanner__footer"> |
| 16 |
<a href="<?php echo constant('VDWS_VIRUSDIE_SITE_ACCOUNT'); ?>/" target="_blank" class="vd-learn-more --black --inline">Jump to dashboard</a> |
| 17 |
<a href="<?php echo esc_attr(constant('VDWS_VIRUSDIE_PLUGIN_ADMIN_URL')); ?>" class="vd-learn-more --black --inline">Reload this page</a> |
| 18 |
</div> |
| 19 |
</div> |
| 20 |
</div> |
| 21 |
</div> |
| 22 |
|