Panel/modules/dsi/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

12 lines
No EOL
351 B
PHP

<?php
/*
* Component of the dsi module
*/
$module_buttons = array(
"<a class='monitorbutton' href='?m=dsi&p=user_dsi&home_id-mod_id-ip-port=".$server_home['home_id']."-".$server_home['mod_id']."-".$server_home['ip']."-".$server_home['port']."'>
<img src='" . check_theme_image("images/dsi.png") . "' title='DSi'>
<span>DSi</span>
</a>"
);
?>