Fix redir argument creation
This commit is contained in:
parent
50ad26eaf8
commit
c6cd6b59b4
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
echo "Connecté·e en tant que " . $_SESSION['username'] . "<br><a class='authButton' href='" . CONF['common']['prefix'] . "/auth/logout'>Se déconnecter</a>";
|
echo "Connecté·e en tant que " . $_SESSION['username'] . "<br><a class='authButton' href='" . CONF['common']['prefix'] . "/auth/logout'>Se déconnecter</a>";
|
||||||
} else { ?>
|
} else { ?>
|
||||||
Vous n'êtes pas connecté·e à un compte Niver
|
Vous n'êtes pas connecté·e à un compte Niver
|
||||||
<br><a class="authButton" href="<?= CONF['common']['prefix'] ?>/auth/login?redir=<?= SERVICE ?>/<?= PAGE ?>">Se connecter</a>
|
<br><a class="authButton" href="<?= CONF['common']['prefix'] ?>/auth/login?redir=<?php if (SERVICE !== "") echo SERVICE . "/"; ?><?= PAGE ?>">Se connecter</a>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</small>
|
</small>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
Loading…
Reference in a new issue