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
fb0f6570
Commit
fb0f6570
authored
Jan 18, 2002
by
Leigh B. Stoller
Browse files
Add simple page to send email to configured in email address, for use
in html pages that are not rewritten.
parent
8657f49d
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/sendemail.php3
0 → 100644
View file @
fb0f6570
<?php
include
(
"defs.php3"
);
#
# Standard Testbed Header
#
PAGEHEADER
(
"Email to Testbed Operations"
);
echo
"<p>
Its easy to get in touch with us! Just send email to
$TBMAILADDR
.
<br><br>
Please be sure to send all correspondence to this address, not to
staff members directly.<br>
Thanks!
\n
"
;
#
# Standard Testbed Footer
#
PAGEFOOTER
();
?>
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