From d60b59c5ed6de5e69239a957085d199e7781bd0a Mon Sep 17 00:00:00 2001 From: Leah Woods Date: Wed, 25 May 2016 18:24:28 -0400 Subject: Add mumble server address to the home page --- 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"; 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 @@
  • - + + -- cgit v0.9.1