PluginProbe
Virusdie | One-click website security / trunk
Virusdie | One-click website security vtrunk
1.1.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.15 1.0.16 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9 All 29 releases
virusdie / views / error.php

error.php in Virusdie | One-click website security trunk, at views/error.php

20 lines 749 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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">Error.</span>
11 <p class="vd-scanner__text">Oops! We are really sorry, but something went wrong.
12 Please try again or contact Virusdie support team.</p>
13 <div class="vd-scanner__footer">
14 <a href="<?php echo $vd_user->getDashboardLink(); ?>" target="_blank" class="vd-learn-more --black --inline">Jump to complete dashboard to solve</a>
15 <a href="<?php echo esc_attr(constant('VDWS_VIRUSDIE_PLUGIN_ADMIN_URL')); ?>" class="vd-learn-more --black --inline">Skip</a>
16 </div>
17 </div>
18 </div>
19 </div>
20