[Openfirst-cvscommit] base/includes auth.php,1.4,1.5
Brought to you by:
xtimg
From: Jamie <ast...@us...> - 2005-08-24 02:31:25
|
Update of /cvsroot/openfirst/base/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2356/includes Modified Files: auth.php Log Message: some TODO comments Index: auth.php =================================================================== RCS file: /cvsroot/openfirst/base/includes/auth.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** auth.php 30 Jun 2005 03:27:57 -0000 1.4 --- auth.php 24 Aug 2005 02:31:17 -0000 1.5 *************** *** 27,30 **** --- 27,35 ---- */ // Purpose: Deal with authorization of users. + /** + * @TODO Change $user to $ogUser + * @TODO Create User class + * @TODO Generalize sessioning & authentication and move into classes. + */ require_once('dbase.php'); |