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 ----
|