//header("Location: $url");
$url = str_replace("\"", "", $url);
eval("standardredirect(\"".gettemplate("redirect_l ogin")."\",\"\$url\");");
} else {
$bbuserinfo=getuserinfo($userid);
eval("standardredirect(\"".gettemplate("redirect_l ogin")."\",\"\$url\");");
}
does this look right?...should it be double like that?..looks like the code inputs twice... :bored: i just went over the proceedures to see if everything is correct in member.php...but im alittle confused about the code showing up twice here...
|