ajax
6 years ago
config
6 years ago
cron
6 years ago
css
6 years ago
fonts
6 years ago
img
6 years ago
include
6 years ago
js
6 years ago
templates
6 years ago
backups.php
6 years ago
boot.php
6 years ago
cloud.php
6 years ago
dashboardWidget.php
6 years ago
proFeatures.php
6 years ago
restore_wordpress.php
6 years ago
schedule.php
6 years ago
security.php
6 years ago
services.php
6 years ago
settings.php
6 years ago
support.php
6 years ago
systemInfo.php
6 years ago
proFeatures.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_UPGRADE_URL?>"></iframe> |
| 9 | </div> |
| 10 | <?php require_once(SG_PUBLIC_INCLUDE_PATH . 'footer.php'); ?> |
| 11 | </div> |
| 12 |