[phpwebapp-commits] CVS: web_app const.Paths.php,1.7,1.8
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2005-10-26 14:33:41
|
Update of /cvsroot/phpwebapp/web_app In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1312 Modified Files: const.Paths.php Log Message: Index: const.Paths.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/const.Paths.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** const.Paths.php 13 Jun 2005 06:55:21 -0000 1.7 --- const.Paths.php 26 Oct 2005 14:33:21 -0000 1.8 *************** *** 51,58 **** define("FILEVIEW_PATH", WEBBOX_PATH."fileView/"); define("CODEVIEWER_PATH", WEBBOX_PATH."codeViewer/"); //tools paths define("TOOLS_PATH", WEBAPP_PATH."tools/"); define("BROWSER_PATH", TOOLS_PATH."fileBrowser/"); - define("TIDY_PATH", TOOLS_PATH."tidy/"); ?> --- 51,59 ---- define("FILEVIEW_PATH", WEBBOX_PATH."fileView/"); define("CODEVIEWER_PATH", WEBBOX_PATH."codeViewer/"); + define("DOCBOOK_PATH", WEBBOX_PATH."docbook/"); + define("WEBNOTES_PATH", WEBBOX_PATH."webnotes/"); //tools paths define("TOOLS_PATH", WEBAPP_PATH."tools/"); define("BROWSER_PATH", TOOLS_PATH."fileBrowser/"); ?> |