You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<?php
|
|
|
|
/**
|
|
*
|
|
* @package templates/default
|
|
*/
|
|
|
|
defined('ABSPATH') || defined('DUPXABSPATH') || exit;
|
|
?>
|
|
<div id="validate-no-result" class="text-center" >
|
|
<i class="far fa-check-circle"></i>
|
|
Pending setup validation!<br/>
|
|
Click the validate button to continue...
|
|
</div>
|