mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +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>
|
||||
|
||||
<?php
|
||||
if (isset($config_whitelabel_enabled) && !$config_whitelabel_enabled) {
|
||||
if (!$config_whitelabel_enabled) {
|
||||
echo '<small class="text-muted">Powered by ITFlow</small>';
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user