18 lines
486 B
PHP
18 lines
486 B
PHP
<?php
|
|
/*
|
|
* Component of the backup-restore module
|
|
*/
|
|
|
|
$module_buttons = array(
|
|
"<a class='monitorbutton' href='?m=backup-restore&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&home_id=".$server_home['home_id']."'>
|
|
*/
|
|
?>
|