From 208d6cadc459883113d0d1191d9b643c4a8c4fa0 Mon Sep 17 00:00:00 2001 From: wrongecho Date: Fri, 6 Sep 2024 18:53:48 +0100 Subject: [PATCH] Add ITFlow attribution to client portal (1/2) --- portal/login.php | 6 +++--- portal/portal_footer.php | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/portal/login.php b/portal/login.php index 3cd2d7153..6d6ce3dbd 100644 --- a/portal/login.php +++ b/portal/login.php @@ -179,9 +179,9 @@ Powered by ITFlow'; -//} +if (!$config_whitelabel_enabled) { + echo 'Powered by ITFlow'; +} ?> diff --git a/portal/portal_footer.php b/portal/portal_footer.php index 3552e7eec..6ab4d9cb2 100644 --- a/portal/portal_footer.php +++ b/portal/portal_footer.php @@ -14,9 +14,9 @@

Powered by ITFlow'; -// } + if (!$config_whitelabel_enabled) { + echo '
Powered by ITFlow'; + } ?>