summaryrefslogtreecommitdiffstats
path: root/site/common
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/common
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/common')
-rw-r--r--site/common/variables.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/site/common/variables.php b/site/common/variables.php
index c73482f..e3bd50b 100644
--- a/site/common/variables.php
+++ b/site/common/variables.php
@@ -21,6 +21,9 @@
/* Project home page */
$lbHomepage = "https://libreboot.org/";
+ $mumbleServerAddress = "libreboot.org";
+ $mumbleServerPort = "64738";
+
/* Main git repositories */
$lbFirmwareGitRepoAddress = "git://git.savannah.gnu.org/libreboot.git";
$lbFirmwareGitwebAddress = "http://git.savannah.gnu.org/cgit/libreboot.git";