Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
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) {
#
# 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
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