Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
71758ca2
Commit
71758ca2
authored
Apr 18, 2001
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Hmm, how did I miss faq.php3?
parent
fbe6687e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
2 deletions
+20
-2
www/default-defs.php3
www/default-defs.php3
+2
-2
www/faq.php3
www/faq.php3
+18
-0
No files found.
www/default-defs.php3
View file @
71758ca2
...
...
@@ -4,8 +4,8 @@
#
$WWW
=
"www.emulab.net"
;
$TBWWW
=
"<https://
$WWW
/>"
;
$TBBASE
=
"https://
$WWW
"
;
$TBDOCBASE
=
"http://
$WWW
"
;
$TBBASE
=
"https://
$WWW
/
"
;
$TBDOCBASE
=
"http://
$WWW
/
"
;
$TBMAIL_CONTROL
=
"Testbed Ops <testbed-ops@flux.cs.utah.edu>"
;
$TBMAIL_WWW
=
"Testbed WWW <testbed-www@flux.cs.utah.edu>"
;
$TBMAIL_APPROVE
=
"Testbed Approval <testbed-approval@flux.cs.utah.edu>"
;
...
...
www/faq.php3
0 → 100644
View file @
71758ca2
<?php
require
(
"defs.php3"
);
#
# Standard Testbed Header
#
PAGEHEADER
(
"Frequently Asked Questions"
);
#
# I don't want to stick the html code in here.
#
readfile
(
"faq.html"
);
#
# Standard Testbed Footer
#
PAGEFOOTER
();
?>
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