Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
e3ae21ba
Commit
e3ae21ba
authored
Dec 05, 2000
by
Kristin Wright
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Both files: Change call to mkacct-ctrl to mkacct-ctrl_wrapper.
parent
7e08add9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
www/approveproject.php3
www/approveproject.php3
+1
-1
www/approveuser.php3
www/approveuser.php3
+1
-1
No files found.
www/approveproject.php3
View file @
e3ae21ba
...
@@ -235,7 +235,7 @@ elseif (strcmp($approval, "approve") == 0) {
...
@@ -235,7 +235,7 @@ elseif (strcmp($approval, "approve") == 0) {
#
#
# Create the user accounts.
# Create the user accounts.
#
#
SUEXEC
(
$uid
,
"flux"
,
"mkacct-ctrl
$pid
$headuid
"
,
0
);
SUEXEC
(
$uid
,
"flux"
,
"mkacct-ctrl
_wrapper
$pid
$headuid
"
,
0
);
echo
"<h3><p>
echo
"<h3><p>
Project
$pid
(User:
$headuid
) has been approved.
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)) {
...
@@ -220,7 +220,7 @@ while (list ($header, $value) = each ($HTTP_POST_VARS)) {
#
#
# Create user account on control node.
# 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>
echo
"<h3><p>
User
$user
was granted membership in project
$project
User
$user
was granted membership in project
$project
...
...
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