Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:Joe Beaudoin Jr./Scratch pad

Revision as of 06:29, 27 July 2008 by Joe Beaudoin Jr. (talk | contribs) (Created.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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;
               }