From: <var...@us...> - 2011-04-08 13:00:47
|
Revision: 8026 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8026&view=rev Author: vargenau Date: 2011-04-08 13:00:41 +0000 (Fri, 08 Apr 2011) Log Message: ----------- Web DAV location for DEFAULT_DUMP_DIR and HTML_DUMP_DIR Modified Paths: -------------- trunk/g Modified: trunk/g =================================================================== --- trunk/g 2011-04-08 12:54:42 UTC (rev 8025) +++ trunk/g 2011-04-08 13:00:41 UTC (rev 8026) @@ -193,9 +193,9 @@ define('ENABLE_REVERSE_DNS', false); - // Perhaps propose Web DAV location ? - define('DEFAULT_DUMP_DIR', ""); - define('HTML_DUMP_DIR', ""); + // Web DAV location + define('DEFAULT_DUMP_DIR', "/opt/groups/".$group_name."/wikidump/"); + define('HTML_DUMP_DIR', "/opt/groups/".$group_name."/wikidumphtml/"); define('COMPRESS_OUTPUT', false); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |