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
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
12 lines
| 1 | <?php |
| 2 | require_once(dirname(__FILE__).'/boot.php'); |
| 3 | require_once(SG_PUBLIC_INCLUDE_PATH . 'header.php'); |
| 4 | require_once(SG_PUBLIC_INCLUDE_PATH . 'sidebar.php'); |
| 5 | ?> |
| 6 | <div id="sg-content-wrapper"> |
| 7 | <div class="sg-wrap-container"> |
| 8 | <iframe id="sg-backup-guard-iframe" src="<?php echo SG_BACKUP_SUPPORT_URL?>"></iframe> |
| 9 | </div> |
| 10 | <?php require_once(SG_PUBLIC_INCLUDE_PATH . 'footer.php'); ?> |
| 11 | </div> |
| 12 |