Update of /cvsroot/phplib/php-lib-stable/php
In directory usw-pr-cvs1:/tmp/cvs-serv12678/php
Modified Files:
prepend.php3
Log Message:
Added Max's sessions and user php4 stuff
Upped VERSION to 7.4-pre1 for release
Index: prepend.php3
===================================================================
RCS file: /cvsroot/phplib/php-lib-stable/php/prepend.php3,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** prepend.php3 2001/08/11 07:12:14 1.5
--- prepend.php3 2002/01/05 15:47:37 1.6
***************
*** 14,18 ****
# Can't control your include path?
# Point this to your PHPLIB base directory. Use a trailing "/"!
! $_PHPLIB["libdir"] = "";
require($_PHPLIB["libdir"] . "db_mysql.inc"); /* Change this to match your database. */
--- 14,18 ----
# Can't control your include path?
# Point this to your PHPLIB base directory. Use a trailing "/"!
! $_PHPLIB["libdir"] = "/home/nathan/webDevel/php-lib-stable/php/";
require($_PHPLIB["libdir"] . "db_mysql.inc"); /* Change this to match your database. */
|