[Phplib-commit] CVS: php-lib-stable/php prepend.php3,1.6,1.7
Brought to you by:
nhruby,
richardarcher
From: nathan h. <nh...@us...> - 2002-01-05 16:15:15
|
Update of /cvsroot/phplib/php-lib-stable/php In directory usw-pr-cvs1:/tmp/cvs-serv18348/php Modified Files: prepend.php3 Log Message: Fixed pathname in prepend.php3 Index: prepend.php3 =================================================================== RCS file: /cvsroot/phplib/php-lib-stable/php/prepend.php3,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** prepend.php3 2002/01/05 15:47:37 1.6 --- prepend.php3 2002/01/05 16:15:12 1.7 *************** *** 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. */ --- 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. */ |