banner.php
5 years ago
litespeed_warning.php
5 years ago
migration_error.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 | PHP EXECUTION TIMEOUT ERROR |
| 4 | </h2> |
| 5 | <p class="sg-red-color sg-notice-error-p"> |
| 6 | Oops... Seems there was an issue during the backup process. |
| 7 | <br> |
| 8 | Let our support representatives know about it by pressing here: |
| 9 | </p> |
| 10 | <div class="sg-wrapper-less sg-notice-contact-wrapper"> |
| 11 | <a href="<?php echo BACKUP_GUARD_WORDPRESS_SUPPORT_URL; ?>" class="btn btn-success" target="_blank">Contact us</a> |
| 12 | </div> |
| 13 | </div> |
| 14 |