2021-10-12 16:57:31 -04:00
< ? php
$progname = basename ( $_SERVER [ 'SCRIPT_FILENAME' ], " .php " );
include_once 'include/config.php' ;
?>
<! DOCTYPE html PUBLIC " -//W3C//DTD XHTML 1.0 Transitional//EN "
" http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd " >
< html xmlns = " http://www.w3.org/1999/xhtml " xmlns : v = " urn:schemas-microsoft-com:vml " lang = " en " >
< head >
< meta charset = " UTF-8 " >
2021-10-12 18:25:13 -04:00
< title > DMR Server - Dashboard | OpenBridge Systems </ title >
2021-10-12 16:57:31 -04:00
< script type = " text/javascript " src = " scripts/hbmon.js " ></ script >
< link rel = " stylesheet " type = " text/css " href = " css/styles.php " />
2021-10-12 18:25:13 -04:00
< meta name = " description " content = " Copyright (c) 2016-2021.The Regents of the K0USY Group. All rights reserved. Version SP2ONG 2019-2021 (v20210712). M0VUB 2020-2021 (v20210906-1.2.9) " />
2021-10-12 16:57:31 -04:00
</ head >
< body style = " background-color: #d0d0d0;font: 10pt arial, sans-serif; " >
2021-10-12 18:25:13 -04:00
< center >< div style = " width:1100px; text-align: center; margin-top:5px; " >
< img src = " img/logo.jpg?random=323527528432525.24234 " alt = " " />
2021-10-12 16:57:31 -04:00
</ div >
< div style = " width: 1100px; " >
< p style = " text-align:center; " >< span style = " color:#000;font-size: 18px; font-weight:bold; " >< ? php echo REPORT_NAME ; ?> </span></p>
< p ></ p >
</ div >
< ? php include_once 'buttons.html' ; ?>
< div style = " width: 1100px; " >
< noscript > You must enable JavaScript </ noscript >
< p id = " opb " ></ p >
</ div >
2021-10-12 18:25:13 -04:00
< div style = " width: 1100px; " >
<!-- Insert Revolver Globe here
-->
<!-- FOOTER BEGIN -->
< p style = " text-align: center; " >< span style = " text-align: center; " >< br > Server Version 1.2 . 9 < a title = " The legend of HBlink & lead developer of the ultimate DMR Master Server " target = " _blank " href = " https://github.com/n0mjs710 " > Cortney T . Buffington </ a > N0MJS . & copy ; All Rights Reserved 2020 - 2021 < br > The Regents of the < a title = " K0USY Group - Creators of HBLink " target = " _blank " href = http :// k0usy . mystrikingly . com /> K0USY Group .</ a > & copy ; All Rights Reserved 2016 - 2019 < br > Dashboard Monitor by & copy ; < a title = " HBMonv2 SP2ONG - The ultimate dashboard king " target = " _blank " href = https :// github . com / sp2ong / HBMonv2 > Waldek </ a > SP2ONG 2019 - 2021 < br >
Frontend by & copy ; < a title = " AKA ShaYmez - George Michael Look-a-Like " target = " _blank " href = " https://github.com/ShaYmez " > Shane Daley </ a > M0VUB < br >< a title = " HackNix " target = " _blank " href = " https://github.com/HackNix/FreeDMR " > HackNix .</ a > & copy ; 2020 - 2021 < br >
< br ></ span >
2021-10-12 16:57:31 -04:00
<!-- THIS COPYRIGHT NOTICE MUST BE DISPLAYED AS A CONDITION OF THE LICENCE GRANT FOR THIS SOFTWARE . ALL DERIVATEIVES WORKS MUST CARRY THIS NOTICE -->
2021-10-12 18:25:13 -04:00
<!-- This is version of HBMonitor SP2ONG 2019 - 2021 ( v20210712 ) -->
<!-- This version of HBMonv2 Dash has been edited to By Shane Daley M0VUB . This dashboard has been designed for the latest FDMR Server https :// github . com / shaymez / freedmr , which has been edited for use with this dashboard .
<!-- You can also get the latest FDMR server from the original developer here http :// github . com / HackNix / FreeDMR
-->
2021-10-12 16:57:31 -04:00
</ p >
2021-10-12 18:25:13 -04:00
<!-- FOOTER END -->
</ div >
2021-10-12 16:57:31 -04:00
</ center >
</ body >
</ html >