Panel/modules/backup-restore/monitor_buttons.php
copilot-swe-agent[bot] 898018d204 Complete license header replacement with file purpose descriptions (675 files)
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-09-05 22:46:27 +00:00

18 lines
486 B
PHP

<?php
/*
* Component of the backup-restore module
*/
$module_buttons = array(
"<a class='monitorbutton' href='?m=backup-restore&amp;home_id=".$server_home['home_id']."'>
<img src='".check_theme_image("images/backup-restore.png")." title='Restore/backup'>
<span>Backup/Restore</span>
</a>"
);
/*
* href='http://host.iaregamer.com/panel/modules/restore/restore.php' target='_blank'>
*
* "<a class='monitorbutton' href='?m=ftp&amp;home_id=".$server_home['home_id']."'>
*/
?>