[phpwebapp-commits] CVS: documentation/config const.Paths.php,1.8,1.9 const.Options.php,1.3,1.4
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2005-10-26 14:37:10
|
Update of /cvsroot/phpwebapp/documentation/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2024/config Modified Files: const.Paths.php const.Options.php Log Message: new user manual, using DocBookWiki cache (HTML) files Index: const.Paths.php =================================================================== RCS file: /cvsroot/phpwebapp/documentation/config/const.Paths.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** const.Paths.php 6 Jul 2005 15:27:24 -0000 1.8 --- const.Paths.php 26 Oct 2005 14:36:58 -0000 1.9 *************** *** 27,30 **** --- 27,31 ---- define("TPL_PATH", "templates/"); define("WOBJ_PATH", "webobjects/"); + define("BOOKS_PATH", UP_PATH."books/"); //define paths and URLs of the sample applications Index: const.Options.php =================================================================== RCS file: /cvsroot/phpwebapp/documentation/config/const.Options.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** const.Options.php 25 Aug 2003 13:29:19 -0000 1.3 --- const.Options.php 26 Oct 2005 14:36:58 -0000 1.4 *************** *** 69,73 **** */ define("DISPLAY_CGI_VARS", false); - - //etc. ?> \ No newline at end of file --- 69,71 ---- |