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-stable
Commits
5e3be55f
Commit
5e3be55f
authored
Nov 11, 2008
by
Kevin Atkinson
Browse files
Add some more redirects.
parent
c85367b4
Changes
2
Hide whitespace changes
Inline
Side-by-side
www/tutorial/docwrapper.php3
View file @
5e3be55f
...
...
@@ -23,7 +23,9 @@ if (!preg_match("/^[-\w\.]+\.(html|txt)$/", $docname)) {
$to_wiki
=
array
(
'tutorial.html'
=>
'Tutorial'
,
'nse.html'
=>
'nse'
'nse.html'
=>
'nse'
,
'ixp.html'
=>
'ixp'
,
'nscommands.html'
=>
'nscommands'
);
#
...
...
@@ -79,4 +81,3 @@ else {
PAGEFOOTER
();
}
?>
www/tutorial/tutorial.php3
0 → 100644
View file @
5e3be55f
<?php
#
# EMULAB-COPYRIGHT
# Copyright (c) 2008 University of Utah and the Flux Group.
# All rights reserved.
#
chdir
(
".."
);
require
(
"defs.php3"
);
chdir
(
"tutorial"
);
header
(
"Location:
$WIKIDOCURL
/Tutorial"
,
TRUE
,
301
);
?>
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