diff --git a/portal/login.php b/portal/login.php index 3cd2d715..6d6ce3db 100644 --- a/portal/login.php +++ b/portal/login.php @@ -179,9 +179,9 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST' && isset($_POST['login'])) { Powered by ITFlow'; -//} +if (!$config_whitelabel_enabled) { + echo 'Powered by ITFlow'; +} ?> diff --git a/portal/portal_footer.php b/portal/portal_footer.php index 3552e7ee..6ab4d9cb 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';
+ }
?>