first commit

This commit is contained in:
2024-11-10 21:08:49 +01:00
commit 0d932ce5ee
14455 changed files with 2567501 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<?php defined( 'ABSPATH' ) or die(); ?>
<div class="rsssl-section">
<div class="rsssl-template-intro">
<p>
</p>
</div>
<div class="rsssl-hidden rsssl-verify_dns rsssl-show-on-warning">
<p><?php _e("We could not check the DNS records. If you just added the record, please check in a few minutes.","really-simple-ssl")?>&nbsp;
<?php printf(__("You can manually check the DNS records in an %sonline tool%s.","really-simple-ssl"),'<a target="_blank" href="https://mxtoolbox.com/SuperTool.aspx">','</a>')?>
<?php _e("If you're sure it's set correctly, you can click the button to skip the DNS check.","really-simple-ssl")?>&nbsp;
</p>
<br>
<input class="button button-default" type="submit" value="<?php _e("Skip DNS check",'really-simple-ssl')?>" name="rsssl-skip-dns-check">
</div>
</div>