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
4 years ago
cloud.php
5 years ago
dashboardWidget.php
5 years ago
pagesContent.php
4 years ago
proFeatures.php
4 years ago
restore_wordpress.php
4 years ago
schedule.php
4 years ago
security.php
4 years ago
services.php
5 years ago
settings.php
4 years ago
support.php
4 years ago
systemInfo.php
4 years ago
videoTutorials.php
4 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 |