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
1b5fa804
Commit
1b5fa804
authored
Nov 08, 2000
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix up email messages.
parent
24c7327f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
2 deletions
+15
-2
www/beginexp_process.php3
www/beginexp_process.php3
+15
-2
No files found.
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
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