Skip to content
Snippets Groups Projects
Verified Commit a702006f authored by Damien's avatar Damien
Browse files

FIX #7281 Double login

parent c063eb10
No related branches found
No related tags found
No related merge requests found
......@@ -175,6 +175,7 @@ if ($_REQUEST['page'] && empty($_REQUEST['triggerAngular'])) {
if (!isset($_SESSION['user']['UserId'])
&& $_REQUEST['page'] <> 'login'
&& $_REQUEST['page'] <> 'log'
&& $_REQUEST['page'] <> 'logout'
) {
$_SESSION['HTTP_REFERER'] = Url::requestUri();
if (trim($_SERVER['argv'][0]) <> '') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment