Merge pull request #1033 from itflow-org/en-whitelabel-pt1

Add ITFlow attribution to client portal (1/2)
This commit is contained in:
Johnny 2024-09-06 14:19:48 -04:00 committed by GitHub
commit 68458e49f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View File

@ -179,9 +179,9 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST' && isset($_POST['login'])) {
<!-- /.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 -->

View File

@ -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>