[phpMP-CVS] CVS: phpMP index.php,1.37,1.38
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2003-04-23 08:28:44
|
Update of /cvsroot/phpmp/phpMP In directory sc8-pr-cvs1:/tmp/cvs-serv32327 Modified Files: index.php Log Message: Updated the session table definition. Added the ability to decode the IPs we've encoded in the database. Fixed a word that was incorrect in index.php. Index: index.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/index.php,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -r1.37 -r1.38 *** index.php 23 Apr 2003 07:21:02 -0000 1.37 --- index.php 23 Apr 2003 08:28:40 -0000 1.38 *************** *** 26,30 **** print "DB Name: " . DB_NAME . '<br>'; print "DB User: " . DB_USER . '<br>'; ! print "DB Host: " . DB_TABLE_PREFIX . '<br>'; print "<br>"; --- 26,30 ---- print "DB Name: " . DB_NAME . '<br>'; print "DB User: " . DB_USER . '<br>'; ! print "Table Prefix: " . DB_TABLE_PREFIX . '<br>'; print "<br>"; |