session_start();
$title="Slide 42";
require("../../../php/require/config.php");
require("$reqpath/login/config.php");
require("$reqpath/common.php");
require("$reqpath/login/membership.php");
include("$incpath/header.php");
$showlogin="yes";
include("$incpath/menu.php");
if (!loggedin()){
echo "
";
$bartitle="Unverified user: Please login to view Presentations ";
printneedtologinmsg($bartitle);
}
else
{
?>
|
First page Back Continue Last page Overview Graphics
Level 3 Routing Botch
Level3 upgraded a node which emitted bad routes
They fixed it almost immediately, but side effects were seen around the net
12:00-17:30 MDT 21 Oct 2005
(18:00-23:30 GMT)
| } include("$incpath/footer.php"); ?>