Removed references to p_profile variable

This commit is contained in:
Stan Pinte 2005-03-06 14:52:14 +00:00
parent 92cfa223cb
commit 66efd91797
5 changed files with 6 additions and 25 deletions

View file

@ -40,7 +40,7 @@ include_once ("class_user.php");
$User=new cl_user($rep);
$User->Check();
Redirect($_REQUEST["PHPSESSID"]);
echo "<META HTTP-EQUIV=\"REFRESH\" content=\"0;url=user_login.php?PHPSESSID=" . $_REQUEST["PHPSESSID"] . "\">";
} else
{
@ -49,7 +49,7 @@ $User->Check();
$User=new cl_user($rep);
$User->Check();
Redirect($_REQUEST["PHPSESSID"]);
echo "<META HTTP-EQUIV=\"REFRESH\" content=\"0;url=user_login.php?PHPSESSID=" . $_REQUEST["PHPSESSID"] . "\">";
// }
}
html_page_stop();