Update of /cvsroot/phpmp/phpMP/includes
In directory usw-pr-cvs1:/tmp/cvs-serv30481/includes
Modified Files:
auth.php
Log Message:
Fixed Auth again. Added an error page.
Index: auth.php
===================================================================
RCS file: /cvsroot/phpmp/phpMP/includes/auth.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** auth.php 5 Apr 2002 07:24:57 -0000 1.3
--- auth.php 5 Apr 2002 07:37:06 -0000 1.4
***************
*** 87,91 ****
return $this->FetchUserVars('$sess_user');
} else {
! header("Location: " . $MPCONF['GEN']['abs_path'] . "/error.php?ecode=auth");
}
} else {
--- 87,91 ----
return $this->FetchUserVars('$sess_user');
} else {
! header("Location: " . $MPCONF['GEN']['address'] . "/error.php?ecode=auth");
}
} else {
|