This commit is contained in:
2026-07-19 18:27:27 +08:00
parent fe4b286ce1
commit 0febcf69f4
170 changed files with 19490 additions and 11878 deletions
+3 -1
View File
@@ -1,6 +1,7 @@
<div class="settings-card">
<table>
<tr><th>ircDDB Network</th><th>APRS Host</th><th>CCS</th><th>DCS</th><th>DExtra</th><th>DPlus</th><th>D-Rats</th><th>Info</th><th>ircDDB</th><th>Echo</th><th>Log</th></tr>
<tr style="background: #ffffff;">
<tr>
<td><?php print $configs['ircddbHostname']; ?></td>
<td><?php if($configs['aprsEnabled'] == 1){ print $configs['aprsHostname']; } else { print "<img src=\"images/20red.png\">";} ?></td>
<?php
@@ -16,3 +17,4 @@
?>
</tr>
</table>
</div>