main
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user