From: <ro...@us...> - 2002-10-02 02:43:24
|
Update of /cvsroot/webnotes/webnotes/doc In directory usw-pr-cvs1:/tmp/cvs-serv32387 Modified Files: INSTALL Log Message: Fix error, its core/api.php, not api.php Index: INSTALL =================================================================== RCS file: /cvsroot/webnotes/webnotes/doc/INSTALL,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- INSTALL 2 Oct 2002 02:19:26 -0000 1.9 +++ INSTALL 2 Oct 2002 02:43:21 -0000 1.10 @@ -42,7 +42,7 @@ into the bottom of the document (before the </body> tag): <? - require_once("/mypath/api.php"); # replace with actual path + require_once("/mypath/core/api.php"); # replace with actual path print_web_notes( 'my-page-logical-name', $PHP_SELF ); ?> |