Go back to ".$sitename." HQ
";
}
if($conType == 403) {
$errorImage = "";
$errorTextMain = "403 Forbidden";
$errorTextExtra = "Get out of here! Confidential data..";
$errorButton = "Go back to ".$sitename." HQ
";
}
if($conType == 400) {
$errorImage = "";
$errorTextMain = "ummmmmmmmmmmm";
$errorTextExtra = "ummmmmmmmmmmmmm 400 ummmmmmmmmmmmm";
$errorButton = "Go back to ".$sitename." HQ
";
}
if($conType == 502) {
$errorImage = "";
$errorTextMain = "502 Bad Gateway";
$errorTextExtra = "How does this even work for you if it's using PHP.";
$errorButton = "Go back to ".$sitename." HQ
";
}
if($conType == 504) {
$errorImage = "";
$errorTextMain = "504 Gateway Time-out";
$errorTextExtra = "TestTube reference.";
$errorButton = "Go back to ".$sitename." HQ
";
}
?>
header();
?>
|