From: Geoffrey T. D. <da...@us...> - 2001-11-14 17:07:11
|
Update of /cvsroot/phpwiki/phpwiki In directory usw-pr-cvs1:/tmp/cvs-serv26510 Modified Files: index.php Log Message: Fix typo. Index: index.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/index.php,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -r1.27 -r1.28 *** index.php 2001/11/14 15:36:41 1.27 --- index.php 2001/11/14 17:07:07 1.28 *************** *** 21,26 **** // include_path here) make sure you include the path to the PEAR // code in include_path. (To find the PEAR code on your system, search - // // for a file named 'PEAR.php'. Some common locations are: // Unixish systems: // /usr/share/php --- 21,26 ---- // include_path here) make sure you include the path to the PEAR // code in include_path. (To find the PEAR code on your system, search // for a file named 'PEAR.php'. Some common locations are: + // // Unixish systems: // /usr/share/php |