Update of /cvsroot/openfirst/base/config
In directory sc8-pr-cvs1:/tmp/cvs-serv484
Modified Files:
first.php
Log Message:
Fix bug pointed out by Greg about sessions being closed before giving module includes a chance to modify the sessions.
Index: first.php
===================================================================
RCS file: /cvsroot/openfirst/base/config/first.php,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** first.php 13 Sep 2003 15:31:45 -0000 1.23
--- first.php 1 Oct 2003 00:03:14 -0000 1.24
***************
*** 103,108 ****
}
- session_write_close();
-
\$headers = \"\";
--- 103,106 ----
|