Skip to content

Instantly share code, notes, and snippets.

@lukas-buergi
Created June 24, 2012 09:57
Show Gist options
  • Save lukas-buergi/2982681 to your computer and use it in GitHub Desktop.
Save lukas-buergi/2982681 to your computer and use it in GitHub Desktop.
$wgCaptchaQuestions[] = array( 'question' => "Wie lange dauert es traditionsgemäss, bis eine bestellte Pandora ankommt?<br/>(Hinweis: In Monaten anzugeben, à la \"x Monate\", Neuzugänge finden im Forum oder im IRC channel sicher Hilfe)<br/>", 'answer' => "2 Monate" );
$wgCaptchaQuestions[] = array( 'question' => "Wie heisst EvilDragon wirklich?<br/>(Hinweis: Sucht ein bisschen, er betreibt auch den shop.gp2x.de, im Wiki findet sich die Information auch)<br/>", 'answer' => "Michael Mrozek" );
$wgCaptchaQuestions[] = array( 'question' => "Was ist die Bildschirmauflösung der Pandora?<br/>(Hinweis: Anzugeben nach dem Schema \"xauflösung x yauflösung\". Findet sich im Wiki schon irgendwo...)<br/>", 'answer' => "800 x 480" );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment