Home
Bridgeware Gold Login
Bridgeware Gold Login
Bridgeware Gold is the support site of Bridgeware Systems, Inc. Due to client sensitive data you must login to view the entire site.
if (isset($_SESSION["username"]) && $_SESSION["username"] != "") {
echo "You are currently logged in as user: ".$_SESSION["username"]." ";
echo "Please don't forget to logout when you are finished. ";
} else {
if($_GET["e"]==1){
echo "You have entered an invalid username and/or password, please try again. ";
}
?>
} ?>
|