From: Carsten K. <car...@us...> - 2001-12-02 21:36:46
|
Update of /cvsroot/phpwiki/phpwiki/lib In directory usw-pr-cvs1:/tmp/cvs-serv16088/phpwiki/lib Modified Files: Tag: release-1_2-branch config.php Log Message: //define("USE_LINK_ICONS", 1); this turns on url indicator icons, inserted before embedded links to indicate the type of link. //define("DATA_PATH", "/wiki"); define this to point to the url which contains your /images directory. //define("autosplit_wikiwords", 1); option to automatically split WikiWords by inserting spaces for all WikiWords everywhere in a document. Index: config.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/lib/config.php,v retrieving revision 1.24.2.9 retrieving revision 1.24.2.10 diff -C2 -r1.24.2.9 -r1.24.2.10 *** config.php 2001/12/02 07:39:03 1.24.2.9 --- config.php 2001/12/02 21:36:43 1.24.2.10 *************** *** 177,180 **** --- 177,181 ---- // this turns on url indicator icons, inserted before embedded links //define("USE_LINK_ICONS", 1); + //define("DATA_PATH", "/wiki"); // date & time formats used to display modification times, etc. |