More actions
Hack for Google Code, in SpecialSearch.php:
$battlestarwiki_server = $_SERVER['HTTP_HOST'];
$fname = 'SpecialSearch::showResults';
wfProfileIn( $fname );
if ($battlestarwiki_server != "media.battlestarwiki.org") {
wfshowResultsGoogle( $term );
return;
}