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
e3ae21ba
Commit
e3ae21ba
authored
Dec 05, 2000
by
Kristin Wright
Browse files
Both files: Change call to mkacct-ctrl to mkacct-ctrl_wrapper.
parent
7e08add9
Changes
2
Hide whitespace changes
Inline
Side-by-side
www/approveproject.php3
View file @
e3ae21ba
...
...
@@ -235,7 +235,7 @@ elseif (strcmp($approval, "approve") == 0) {
#
# Create the user accounts.
#
SUEXEC
(
$uid
,
"flux"
,
"mkacct-ctrl
$pid
$headuid
"
,
0
);
SUEXEC
(
$uid
,
"flux"
,
"mkacct-ctrl
_wrapper
$pid
$headuid
"
,
0
);
echo
"<h3><p>
Project
$pid
(User:
$headuid
) has been approved.
...
...
www/approveuser.php3
View file @
e3ae21ba
...
...
@@ -220,7 +220,7 @@ while (list ($header, $value) = each ($HTTP_POST_VARS)) {
#
# Create user account on control node.
#
SUEXEC
(
$uid
,
"flux"
,
"mkacct-ctrl
$project
$user
"
,
0
);
SUEXEC
(
$uid
,
"flux"
,
"mkacct-ctrl
_wrapper
$project
$user
"
,
0
);
echo
"<h3><p>
User
$user
was granted membership in project
$project
...
...
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