From: <var...@us...> - 2010-07-15 13:39:06
|
Revision: 7609 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7609&view=rev Author: vargenau Date: 2010-07-15 13:38:59 +0000 (Thu, 15 Jul 2010) Log Message: ----------- No trailing slash needed Modified Paths: -------------- trunk/g Modified: trunk/g =================================================================== --- trunk/g 2010-07-15 11:30:54 UTC (rev 7608) +++ trunk/g 2010-07-15 13:38:59 UTC (rev 7609) @@ -71,9 +71,9 @@ // For Gforge, we create some specific pages, located in the theme // except for project "help" if ($group_name == "help") { - define('WIKI_PGSRC', 'pgsrc/'); + define('WIKI_PGSRC', 'pgsrc'); } else { - define('WIKI_PGSRC', 'themes/gforge/pgsrc/'); + define('WIKI_PGSRC', 'themes/gforge/pgsrc'); } define('GFORGE', true); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |