Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-stable
Commits
60f8bbb8
Commit
60f8bbb8
authored
Dec 09, 2003
by
Leigh B. Stoller
Browse files
Fix minor bug that prevents logout from working in some cases.
parent
18d05233
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/logout.php3
View file @
60f8bbb8
...
...
@@ -25,7 +25,7 @@ if (isset($target_uid) && $target_uid == "") {
# Get current login.
# Only admin users can logout someone other then themself.
$uid
=
GETLOGIN
();
LOGGEDINORDIE
(
$uid
);
LOGGEDINORDIE
(
$uid
,
CHECKLOGIN_MODMASK
);
if
(
!
isset
(
$target_uid
))
$target_uid
=
$uid
;
...
...
Write
Preview
Markdown
is supported
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