From 01b717615e9ac8e70419226260509047c303bbef Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sat, 3 Feb 2024 13:18:20 -0500 Subject: [PATCH] Added favicon condition everywhere --- guest_header.php | 8 ++++++++ header.php | 6 +++++- login.php | 9 +++++++++ portal/login.php | 8 ++++++++ portal/login_reset.php | 8 ++++++++ portal/portal_header.php | 8 ++++++++ 6 files changed, 46 insertions(+), 1 deletion(-) diff --git a/guest_header.php b/guest_header.php index 69a1adee..9a9b2616 100644 --- a/guest_header.php +++ b/guest_header.php @@ -24,6 +24,14 @@ $browser = sanitizeInput(getWebBrowser($user_agent)); <?php echo nullable_htmlentities($config_app_name); ?> + + + + + diff --git a/header.php b/header.php index 69792b89..ad04705e 100644 --- a/header.php +++ b/header.php @@ -18,10 +18,14 @@ header("X-Frame-Options: DENY"); <?php echo nullable_htmlentities($session_company_name); ?> | <?php echo nullable_htmlentities($config_app_name); ?> - + + diff --git a/login.php b/login.php index 1a38b930..5cf95135 100644 --- a/login.php +++ b/login.php @@ -272,6 +272,15 @@ if (isset($_POST['login'])) { + + + + + + diff --git a/portal/login.php b/portal/login.php index e018aba0..9619d54c 100644 --- a/portal/login.php +++ b/portal/login.php @@ -88,6 +88,14 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST' && isset($_POST['login'])) { + + + + + diff --git a/portal/login_reset.php b/portal/login_reset.php index 7faef5b1..4bb25f52 100644 --- a/portal/login_reset.php +++ b/portal/login_reset.php @@ -186,6 +186,14 @@ if ($_SERVER['REQUEST_METHOD'] == "POST") { + + + + + diff --git a/portal/portal_header.php b/portal/portal_header.php index 708311f2..237204a1 100644 --- a/portal/portal_header.php +++ b/portal/portal_header.php @@ -18,6 +18,14 @@ header("X-Frame-Options: DENY"); // Legacy + + + + +