Initial implementation of whitelabelling

This commit is contained in:
wrongecho
2024-09-05 10:31:18 +01:00
parent 0f6ed69008
commit 4458c87463
11 changed files with 107 additions and 8 deletions

View File

@@ -11,7 +11,15 @@
<br>
<hr>
<p class="text-center"><?php echo nullable_htmlentities($session_company_name); ?></p>
<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>';
// }
?>
</p>
<?php require_once "../inc_confirm_modal.php"; ?>