[Phpslash-commit] CVS: phpslash-ft/doc/html phpslash.sgml,1.15,1.16
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2002-02-11 18:50:32
|
Update of /cvsroot/phpslash/phpslash-ft/doc/html In directory usw-pr-cvs1:/tmp/cvs-serv21007/phpslash-ft/doc/html Modified Files: phpslash.sgml Log Message: breadcrumb in article page Index: phpslash.sgml =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/doc/html/phpslash.sgml,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** phpslash.sgml 11 Feb 2002 18:25:22 -0000 1.15 --- phpslash.sgml 11 Feb 2002 18:50:30 -0000 1.16 *************** *** 368,374 **** $_PSL[topicimagedir] = $_PSL[basedir] . "/images" . "/topics"; ! $Host - the hostname of the MySQL server ! $Database - the name of the database ! $User - the username used to connect to the database $Password - the password needed to connect to the database --- 368,377 ---- $_PSL[topicimagedir] = $_PSL[basedir] . "/images" . "/topics"; ! $Host - the hostname of the MySQL server ! ! $Database - the name of the database ! ! $User - the username used to connect to the database ! $Password - the password needed to connect to the database |