diff --git a/html/index.php b/html/index.php
index c2fc3adcc..e832d6589 100755
--- a/html/index.php
+++ b/html/index.php
@@ -311,7 +311,7 @@ if($config['enable_footer'] == 1) {
diff --git a/includes/defaults.inc.php b/includes/defaults.inc.php
index 3df8e9932..f061cfa58 100644
--- a/includes/defaults.inc.php
+++ b/includes/defaults.inc.php
@@ -102,6 +102,7 @@ if (isset($_SERVER["SERVER_NAME"]) && isset($_SERVER["SERVER_PORT"]))
}
$config['project_url'] = "https://github.com/librenms/";
+$config['project_home'] = 'http://www.librenms.org/';
$config['project_issues'] = "https://github.com/librenms/librenms/issues";
$config['site_style'] = "light"; // Options are dark or light
$config['stylesheet'] = "css/styles.css";