mirror of https://github.com/itflow-org/itflow
Merge pull request #1033 from itflow-org/en-whitelabel-pt1
Add ITFlow attribution to client portal (1/2)
This commit is contained in:
commit
68458e49f2
|
|
@ -179,9 +179,9 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST' && isset($_POST['login'])) {
|
||||||
<!-- /.login-box -->
|
<!-- /.login-box -->
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
//if (!$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>';
|
||||||
//}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<!-- jQuery -->
|
<!-- jQuery -->
|
||||||
|
|
|
||||||
|
|
@ -14,9 +14,9 @@
|
||||||
<p class="text-center">
|
<p class="text-center">
|
||||||
<?php
|
<?php
|
||||||
echo nullable_htmlentities($session_company_name);
|
echo nullable_htmlentities($session_company_name);
|
||||||
// if (!$config_whitelabel_enabled) {
|
if (!$config_whitelabel_enabled) {
|
||||||
// echo '<br><small class="text-muted">Powered by ITFlow</small>';
|
echo '<br><small class="text-muted">Powered by ITFlow</small>';
|
||||||
// }
|
}
|
||||||
?>
|
?>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue