diff --git a/inc/8chan-mod-pages.php b/inc/8chan-mod-pages.php
index 3375820a..6e792572 100644
--- a/inc/8chan-mod-pages.php
+++ b/inc/8chan-mod-pages.php
@@ -318,7 +318,6 @@ FLAGS;
$katex = isset($_POST['katex']) ? '$config[\'katex\'] = true;$config[\'additional_javascript\'][] = \'js/katex/katex.min.js\'; $config[\'markup\'][] = array("/\[tex\](.+?)\[\/tex\]/ms", "\$1"); $config[\'additional_javascript\'][] = \'js/katex-enable.js\';' : '';
$user_flags = isset($_POST['user_flags']) ? "if (file_exists('$b/flags.php')) { include 'flags.php'; }\n" : '';
$captcha = isset($_POST['captcha']) ? 'true' : 'false';
- $captcha_charset = base64_encode(isset($_POST['captcha_charset']) && $_POST['captcha_charset'] ? $_POST['captcha_charset'] : 'abcdefghijklmnopqrstuvwxyz');
$oekaki_js = <<{% trans %}Enable dice rolling{% endtrans %} | |
{% trans %}Don't allow users to repost images{% endtrans %} | |
{% trans %}Allow a poster to delete his own posts{% endtrans %} | |
- {% trans %}Enable captcha{% endtrans %} | |
- {% trans %}Captcha charset{% endtrans %} | |
+ {% trans %}Enable CAPTCHA{% endtrans %} This is not ReCAPTCHA, it is custom to 8chan | |
{% trans %}Language{% endtrans %} {% trans %}To contribute translations, register at Transifex{% endtrans %} |
|
---|