Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
826d4cb6
Commit
826d4cb6
authored
Dec 23, 2020
by
frankiejol
Committed by
Francesc Guasch
Jan 12, 2021
Browse files
wip(frontend): force logout on quick start page
issue #1465
parent
c9c2c1c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
rvd_front.pl
View file @
826d4cb6
...
...
@@ -1558,6 +1558,8 @@ sub quick_start {
$c
->
session
('
login
'
=>
$login
);
}
else
{
push
@error
,("
Access denied
");
logout
(
$c
);
return
login
(
$c
);
}
}
if
(
$c
->
param
('
submit
')
&&
_logged_in
(
$c
)
&&
defined
$id_base
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment