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
6fd4ea3d
Commit
6fd4ea3d
authored
Nov 30, 2000
by
Leigh B. Stoller
Browse files
Add call to SUEXEC($uid, "flux", "mkprojdir_wrapper $pid") to
project approval section.
parent
8abfe7ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/approveproject.php3
View file @
6fd4ea3d
...
...
@@ -226,6 +226,11 @@ elseif (strcmp($approval, "approve") == 0) {
"From:
$TBMAIL_CONTROL
\n
"
.
"Cc:
$TBMAIL_CONTROL
\n
"
.
"Errors-To:
$TBMAIL_WWW
"
);
#
# Create the project directory. If it fails, we will find out about it.
#
SUEXEC
(
$uid
,
"flux"
,
"mkprojdir_wrapper
$pid
"
,
0
);
echo
"<h3><p>
Project
$pid
(User:
$headuid
) has been approved.
...
...
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