ajax
3 years ago
config
4 years ago
cron
6 years ago
css
3 years ago
fonts
5 years ago
img
3 years ago
include
3 years ago
js
3 years ago
templates
3 years ago
backups.php
3 years ago
boot.php
3 years ago
cloud.php
3 years ago
dashboardWidget.php
3 years ago
pagesContent.php
3 years ago
proFeatures.php
3 years ago
restore_wordpress.php
3 years ago
schedule.php
3 years ago
security.php
3 years ago
services.php
3 years ago
settings.php
3 years ago
support.php
3 years ago
systemInfo.php
3 years ago
videoTutorials.php
3 years ago
support.php
10 lines
| 1 | <?php |
| 2 | |
| 3 | $contentClassName = esc_attr(getBackupPageContentClassName('support')); |
| 4 | ?> |
| 5 | <div id="sg-backup-page-content-support" class="sg-backup-page-content <?php echo $contentClassName; ?>"> |
| 6 | <div class="sg-wrap-container"> |
| 7 | <iframe id="sg-backup-guard-iframe" src="<?php echo SG_BACKUP_SUPPORT_URL ?>"></iframe> |
| 8 | </div> |
| 9 | </div> |
| 10 |