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
1b5fa804
Commit
1b5fa804
authored
Nov 08, 2000
by
Leigh B. Stoller
Browse files
Fix up email messages.
parent
24c7327f
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/beginexp_process.php3
View file @
1b5fa804
...
...
@@ -125,7 +125,7 @@ if (! $query_result) {
#
# If an experiment "shell" give some warm fuzzies and be done with it.
# The user
u
s responsible for running the tb scripts on his/her own!
# The user
i
s responsible for running the tb scripts on his/her own!
# The user will need to come back and terminate the experiment though
# to clear it out of the database.
#
...
...
@@ -138,6 +138,19 @@ if ($nonsfile) {
yourself.
</h2></center><br>
\n
"
;
if
(
1
)
{
mail
(
$TBMAIL_WWW
,
"TESTBED: New Experiment Created"
,
"User:
$uid
\n
"
.
"EID:
$exp_id
\n
"
.
"PID:
$exp_pid
\n
"
.
"Name:
$exp_name
\n
"
.
"Created:
$exp_created
\n
"
.
"Expires:
$exp_expires
\n
"
.
"Start:
$exp_start
\n
"
.
"End:
$exp_end
\n
"
,
"From:
$TBMAIL_WWW
\n
"
.
"Errors-To:
$TBMAIL_WWW
"
);
}
echo
"</body>
</html>
\n
"
;
die
(
""
);
...
...
@@ -274,7 +287,7 @@ echo "</XMP>\n";
#
# Lets generate a mail message for now so that we can see whats happening.
#
if
(
0
)
{
if
(
1
)
{
mail
(
$TBMAIL_WWW
,
"TESTBED: New Experiment Created"
,
"User:
$uid
\n
"
.
"EID:
$exp_id
\n
"
.
...
...
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