From: <var...@us...> - 2011-05-20 14:29:48
|
Revision: 8087 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8087&view=rev Author: vargenau Date: 2011-05-20 14:29:42 +0000 (Fri, 20 May 2011) Log Message: ----------- noindex,nofollow by default Modified Paths: -------------- trunk/g Modified: trunk/g =================================================================== --- trunk/g 2011-05-20 12:58:49 UTC (rev 8086) +++ trunk/g 2011-05-20 14:29:42 UTC (rev 8087) @@ -57,6 +57,10 @@ exit_disabled('home'); } else { + global $robots; + + $robots = "noindex,nofollow"; + $group_name = $project->getUnixName(); $group_public_name = $project->getPublicName(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |