X-Git-Url: https://git.toastfreeware.priv.at/toast/cookiecaptcha.git/blobdiff_plain/55acc4e981d9ae6cc00ae48306ac6a78bce66085..aa124c43c0b35f40e71ead8df3874ba55d5377f1:/FancyCaptcha.php diff --git a/FancyCaptcha.php b/FancyCaptcha.php index 3d300fc..c2a6cc3 100644 --- a/FancyCaptcha.php +++ b/FancyCaptcha.php @@ -37,6 +37,5 @@ $wgCaptchaDirectoryLevels = 0; // To break into subdirectories global $wgCaptchaSecret; $wgCaptchaSecret = "CHANGE_THIS_SECRET!"; -$wgExtensionMessagesFiles['FancyCaptcha'] = dirname(__FILE__).'/FancyCaptcha.i18n.php'; +$wgExtensionMessagesFiles['FancyCaptcha'] = dirname( __FILE__ ) . '/FancyCaptcha.i18n.php'; $wgAutoloadClasses['FancyCaptcha'] = dirname( __FILE__ ) . '/FancyCaptcha.class.php'; -