mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 14:33:14 +00:00
Change redirection from index.php to /
This commit is contained in:
@@ -74,7 +74,7 @@ class login
|
||||
|
||||
if (phrasea::guest_allowed())
|
||||
{
|
||||
$inviteBox = '<a class="link" rel="external" href="/prod/index.php?nolog=1">' . _('login:: guest Access') . '</a>';
|
||||
$inviteBox = '<a class="link" rel="external" href="/prod/?nolog=1">' . _('login:: guest Access') . '</a>';
|
||||
}
|
||||
|
||||
return $inviteBox;
|
||||
|
Reference in New Issue
Block a user