Skip to content
Snippets Groups Projects
Commit 361158d7 authored by Leigh B. Stoller's avatar Leigh B. Stoller
Browse files

A stub page that is the target of a redirection on widearea nodes

describing what the node is. A mini webserver on widearea nodes
redirects all requests here, sending the IP address of the host that
was the target.
parent 6a5f71c1
No related branches found
No related tags found
No related merge requests found
<?php
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2002 University of Utah and the Flux Group.
# All rights reserved.
#
require("defs.php3");
#
# Return info about the widearea project. Ignore the IP arg for now.
# Anyone can run this page. No login is needed.
#
PAGEHEADER("Widearea Node Info");
echo "You have been redirected to this page by a host this is part of
www.netbed.org's <a href=cdrom.php>widearea experiment.</a>
<br>
<br>
If you have problems with this host or questions
about its configuration, please contact $TBMAILADDR.\n";
#
# Standard Testbed Footer
#
PAGEFOOTER();
?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment