banner.php
5 years ago
litespeed_warning.php
5 years ago
migration_error.php
5 years ago
missed_table.php
5 years ago
ping_permission.php
5 years ago
restore_notwritable_error.php
5 years ago
timeout_error.php
5 years ago
timeout_free_error.php
5 years ago
timeout_free_error.php
14 lines
| 1 | <div class="sg-error-notice-wrapper"> |
| 2 | <h2 class="sg-red-color sg-notice-error-h2"> |
| 3 | SOMETHING WENT WRONG |
| 4 | </h2> |
| 5 | <p class="sg-black-color sg-notice-error-p"> |
| 6 | Oops... Seems there was an issue during the backup process. |
| 7 | <br> |
| 8 | Please try again. If the issue persists, please contact our support team. |
| 9 | </p> |
| 10 | <div class="sg-wrapper-less sg-notice-contact-wrapper"> |
| 11 | <a href="<?php echo BACKUP_GUARD_WORDPRESS_SUPPORT_URL; ?>" class="" target="_blank">Contact us</a> |
| 12 | </div> |
| 13 | </div> |
| 14 |