mirror of
https://github.com/itflow-org/itflow
synced 2026-03-10 15:54:51 +00:00
Fix White Label not displaying on the login page
This commit is contained in:
@@ -574,7 +574,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST' && (isset($_POST['login']) || isset($_
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
if (isset($config_whitelabel_enabled) && !$config_whitelabel_enabled) {
|
if (!$config_whitelabel_enabled) {
|
||||||
echo '<small class="text-muted">Powered by ITFlow</small>';
|
echo '<small class="text-muted">Powered by ITFlow</small>';
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user