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'; + } ?>