summaryrefslogtreecommitdiffstats
path: root/site/index.php
diff options
context:
space:
mode:
authorLeah Woods <info@minifree.org>2016-05-25 18:24:28 (EDT)
committer Leah Woods <info@minifree.org>2016-05-25 18:24:28 (EDT)
commitd60b59c5ed6de5e69239a957085d199e7781bd0a (patch)
treebe0738f34dd9c5659ace213ef2ba8eb7db57194f /site/index.php
parente6930d189288c4748427a130f05da1503c5c9f21 (diff)
downloadlibreboot.org-master.zip
libreboot.org-master.tar.gz
libreboot.org-master.tar.bz2
Add mumble server address to the home pageHEADmaster
Diffstat (limited to 'site/index.php')
-rw-r--r--site/index.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/site/index.php b/site/index.php
index ef241f7..d74511e 100644
--- a/site/index.php
+++ b/site/index.php
@@ -73,7 +73,10 @@
<li><a href="<?php echo $userMailingListAddress; ?>"><?php echo gettext("Subscribe to mailing list"); ?></a></li>
<li><a href="<?php echo $devMailingListAddress; ?>"><?php echo gettext("Subscribe to dev mailing list"); ?></a></li>
<li><a href="contrib/"><?php echo gettext("Contact the developers"); ?></a></li>
- </ul>
+ </ul>
+ <ul>
+ <li><strong><a href="https://wiki.mumble.info/wiki/Main_Page">Mumble</a> server address:</strong> <?php echo $mumbleServerAddress; ?> (port <?php echo $mumbleServerPort; ?>)</li>
+ </ul>
<ul>
<li><strong><a href="git/">How can I help the libreboot project?</a></strong></li>
</ul>