Skip to content

Commit

Permalink
Add ITFlow attribution to client portal (1/2)
Browse files Browse the repository at this point in the history
  • Loading branch information
wrongecho committed Sep 6, 2024
1 parent 41276b5 commit 208d6ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions portal/login.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,9 @@
<!-- /.login-box -->

<?php
//if (!$config_whitelabel_enabled) {
// echo '<small class="text-muted">Powered by ITFlow</small>';
//}
if (!$config_whitelabel_enabled) {
echo '<small class="text-muted">Powered by ITFlow</small>';
}
?>

<!-- jQuery -->
Expand Down
6 changes: 3 additions & 3 deletions portal/portal_footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
<p class="text-center">
<?php
echo nullable_htmlentities($session_company_name);
// if (!$config_whitelabel_enabled) {
// echo '<br><small class="text-muted">Powered by ITFlow</small>';
// }
if (!$config_whitelabel_enabled) {
echo '<br><small class="text-muted">Powered by ITFlow</small>';
}
?>
</p>

Expand Down

0 comments on commit 208d6ca

Please sign in to comment.