session_start();
$title="Slide 11";
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
Multiple Phishing Servers
Some the same, some different
Ongoing infestation
Just one of many ISPs with this problem
One hopes the ISP doesn't know
Perhaps we should tell them
| } include("$incpath/footer.php"); ?>