fixed logoutpage link

This commit is contained in:
SJ
2013-08-23 12:40:04 +02:00
parent 9e88184509
commit d7faf096f1
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@
<div id="logincontainer" class="container">
<p><?php print $text_logged_out; ?>. <a href="login.php" class="messagelink"><?php print $text_back; ?></a></p>
<p><?php print $text_logged_out; ?>. <a href="<?php if(ENABLE_SSO_LOGIN == 1) { ?>sso.php<?php } else { ?>login.php<?php } ?>" class="messagelink"><?php print $text_back; ?></a></p>
</div>