D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
3
/
root
/
proc
/
2
/
root
/
opt
/
backups
/
cpanel_plugin
/
Filename :
footer.php
back
Copy
<div class="btm-plugin-list"> <h3><?php if ($show_backup_mgr) { echo("Other "); } ?>cPanel Backup Plugins</h3> <div class="row"> <div class="col-md-4"> <div class="bar-right"> <a href="./../backup/index.html"> <span id="icon-backup" class="page-icon icon-backup"></span> cPanel Backups </a> <p class="other-desc">Backs up locally to the server or allows download to your computer. This plugin can also restore backups already uploaded to the server via FTP or file manager.</p> </div> </div> <div class="col-md-4"> <div class="bar-right"> <a href="./../file_and_directory_restoration/index.html"> <span id="icon-file_and_directory_restoration" class="page-icon icon-backup"></span> File Restoration </a> <p class="other-desc">Restores a backup uploaded from your computer.</p> </div> </div> <div class="col-md-4"> <div> <a href="./../backup/wizard.html"> <span id="icon-backup_wizard" class="page-icon icon-backup_wizard"></span> cPanel Backup Wizard </a> <p class="other-desc">Guided version of the Backups & Backup Restoration Plugins</p> </div> </div> </div> </div> <?php print $cpanel->footer(); $cpanel->end(); ?>