ToastFreeware
/
toast
/
cookiecaptcha.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
FU r102105, escaped the quotes.
[toast/cookiecaptcha.git]
/
FancyCaptcha.php
diff --git
a/FancyCaptcha.php
b/FancyCaptcha.php
index 4204546bdfab634e7fedda097a1dd9ac96620136..80b787421337ad9c1af4d9d4681527a10f2dcb64 100644
(file)
--- a/
FancyCaptcha.php
+++ b/
FancyCaptcha.php
@@
-29,6
+29,9
@@
if ( !defined( 'MEDIAWIKI' ) ) {
exit;
}
+require_once dirname( __FILE__ ) . '/ConfirmEdit.php';
+$wgCaptchaClass = 'FancyCaptcha';
+
global $wgCaptchaDirectory;
$wgCaptchaDirectory = "$wgUploadDirectory/captcha"; // bad default :D