Update of /cvsroot/phpmp/phpMP
In directory sc8-pr-cvs1:/tmp/cvs-serv25309
Modified Files:
index.php
Log Message:
Working on the sessions/auth/user script.
Tevlik gave me some great ideas.
It's still going through a process, but give it a once-over and let me know what you think. I may have missed a few things...don't know for sure.
Index: index.php
===================================================================
RCS file: /cvsroot/phpmp/phpMP/index.php,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -r1.35 -r1.36
*** index.php 9 Feb 2003 21:19:05 -0000 1.35
--- index.php 22 Apr 2003 10:50:50 -0000 1.36
***************
*** 7,11 ****
include_once( C_PHPMP_ROOT . 'includes/core.php' );
$Core = new Core();
-
$Core->init();
--- 7,10 ----
|