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-devel
Commits
2a5ddd3f
Commit
2a5ddd3f
authored
Jan 29, 2003
by
Leigh B. Stoller
Browse files
Remove -a option that I missed last week.
parent
8829f0d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/showpubkeys.php3
View file @
2a5ddd3f
...
...
@@ -303,7 +303,7 @@ ADDPUBKEY($uid, "webaddpubkey $addpubkeyargs");
#
# mkacct updates the user pubkeys in ~ssh/authorized_keys.
#
MKACCT
(
$uid
,
"webmkacct
-a
$target_uid
"
);
MKACCT
(
$uid
,
"webmkacct
$target_uid
"
);
header
(
"Location: showpubkeys.php3?target_uid=
$target_uid
&finished=1"
);
?>
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