Merge pull request #585 from laf/favicon

Enabled the librenms logo to be default
This commit is contained in:
Daniel Preussker 2015-03-11 08:36:49 +00:00
commit 0324f51028
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -103,7 +103,7 @@ if (isset($_SERVER["SERVER_NAME"]) && isset($_SERVER["SERVER_PORT"]))
$config['project_url'] = "https://github.com/librenms/";
$config['project_issues'] = "https://github.com/librenms/librenms/issues";
$config['title_image'] = "";
$config['title_image'] = "images/librenms_logo.png";
$config['stylesheet'] = "css/styles.css";
$config['mono_font'] = "DejaVuSansMono";
$config['favicon'] = "";