From a5f08af78e32e11bbda9bd67bc09e9dee90f4a63 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sat, 3 Feb 2024 13:11:04 -0500 Subject: [PATCH] Added condition to check if favicon.ico exists in /uploads else use the default --- header.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/header.php b/header.php index 3eddc8ae..69792b89 100644 --- a/header.php +++ b/header.php @@ -18,6 +18,10 @@ header("X-Frame-Options: DENY"); <?php echo nullable_htmlentities($session_company_name); ?> | <?php echo nullable_htmlentities($config_app_name); ?> + + + +