Re-added favicon config default, no need to remove

This commit is contained in:
laf
2015-03-11 00:04:13 +00:00
parent 72fa76eb60
commit 6f0dd660d0

View File

@@ -106,6 +106,7 @@ $config['project_issues'] = "https://github.com/librenms/librenms/issues";
$config['title_image'] = "";
$config['stylesheet'] = "css/styles.css";
$config['mono_font'] = "DejaVuSansMono";
$config['favicon'] = "";
$config['header_color'] = "#1F334E";
$config['page_refresh'] = "300"; // Refresh the page every xx seconds, 0 to disable
$config['front_page'] = "pages/front/default.php";