mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	Re-added favicon config default, no need to remove
This commit is contained in:
		@@ -106,6 +106,7 @@ $config['project_issues']   = "https://github.com/librenms/librenms/issues";
 | 
				
			|||||||
$config['title_image']      = "";
 | 
					$config['title_image']      = "";
 | 
				
			||||||
$config['stylesheet']       = "css/styles.css";
 | 
					$config['stylesheet']       = "css/styles.css";
 | 
				
			||||||
$config['mono_font']        = "DejaVuSansMono";
 | 
					$config['mono_font']        = "DejaVuSansMono";
 | 
				
			||||||
 | 
					$config['favicon']          = "";
 | 
				
			||||||
$config['header_color']     = "#1F334E";
 | 
					$config['header_color']     = "#1F334E";
 | 
				
			||||||
$config['page_refresh']     = "300";  // Refresh the page every xx seconds, 0 to disable
 | 
					$config['page_refresh']     = "300";  // Refresh the page every xx seconds, 0 to disable
 | 
				
			||||||
$config['front_page']       = "pages/front/default.php";
 | 
					$config['front_page']       = "pages/front/default.php";
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user