Removed references to p_profile variable
This commit is contained in:
parent
92cfa223cb
commit
66efd91797
5 changed files with 6 additions and 25 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue