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