[phpMP-CVS] CVS: phpMP/includes auth.php,1.9,1.10
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2002-04-11 06:30:37
|
Update of /cvsroot/phpmp/phpMP/includes In directory usw-pr-cvs1:/tmp/cvs-serv10957/includes Modified Files: auth.php Log Message: Updated privilege settings and handling of admins. Index: auth.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/includes/auth.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** auth.php 11 Apr 2002 06:02:37 -0000 1.9 --- auth.php 11 Apr 2002 06:19:11 -0000 1.10 *************** *** 149,154 **** } - $this->privileges = explode(",", $this->UserVars["privileges"]); - return true; --- 149,152 ---- |