Update of /cvsroot/phpmp/phpMP
In directory sc8-pr-cvs1:/tmp/cvs-serv21463
Modified Files:
index.php
Log Message:
Another stupid mistake. And I'm really going to bed after this.
Index: index.php
===================================================================
RCS file: /cvsroot/phpmp/phpMP/index.php,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** index.php 3 Dec 2002 06:37:33 -0000 1.25
--- index.php 3 Dec 2002 11:51:40 -0000 1.26
***************
*** 37,41 ****
print "Block Table: " . BLOCK_TABLE . '<br>';
print "Modules Table: " . MODULES_TABLE . '<br>';
! print "Session Table: " . SESSION_TABLE . '<br>';
?>
--- 37,41 ----
print "Block Table: " . BLOCK_TABLE . '<br>';
print "Modules Table: " . MODULES_TABLE . '<br>';
! print "Session Table: " . SESSIONS_TABLE . '<br>';
?>
|