X-Git-Url: https://git.toastfreeware.priv.at/toast/cookiecaptcha.git/blobdiff_plain/283ec4908cd436c4fcd023dee108d064afad1170..8438e28d1620e6397e4c7f771503e2820690a455:/QuestyCaptcha.php diff --git a/QuestyCaptcha.php b/QuestyCaptcha.php old mode 100755 new mode 100644 index a984698..bafe48e --- a/QuestyCaptcha.php +++ b/QuestyCaptcha.php @@ -29,11 +29,10 @@ if ( !defined( 'MEDIAWIKI' ) ) { global $wgCaptchaQuestions; $wgCaptchaQuestions = array(); -//$wgCaptchaQuestions[] = array( 'question' => "A question?", 'answer' => "An answer!" ); -//$wgCaptchaQuestions[] = array( 'question' => 'How much wood would a woodchuck chuck if a woodchuck could chuck wood?', 'answer' => 'as much wood as...' ); -//$wgCaptchaQuestions[] = array( 'question' => "What is this wiki's name?", 'answer' => "$wgSitename" ); -//add your questions in LocalSettings.php using this format +// $wgCaptchaQuestions[] = array( 'question' => "A question?", 'answer' => "An answer!" ); +// $wgCaptchaQuestions[] = array( 'question' => 'How much wood would a woodchuck chuck if a woodchuck could chuck wood?', 'answer' => 'as much wood as...' ); +// $wgCaptchaQuestions[] = array( 'question' => "What is this wiki's name?", 'answer' => "$wgSitename" ); +// add your questions in LocalSettings.php using this format -$wgExtensionMessagesFiles['QuestyCaptcha'] = dirname(__FILE__).'/QuestyCaptcha.i18n.php'; +$wgExtensionMessagesFiles['QuestyCaptcha'] = dirname( __FILE__ ) . '/QuestyCaptcha.i18n.php'; $wgAutoloadClasses['QuestyCaptcha'] = dirname( __FILE__ ) . '/QuestyCaptcha.class.php'; -