From 71c89de6defcc103f4f335717c78259aaa845dea Mon Sep 17 00:00:00 2001 From: 8chan Date: Mon, 17 Nov 2014 05:27:00 -0800 Subject: [PATCH] >letting board owners change the charset yeah, nah. thanks anyway though @czaks lmao --- inc/8chan-mod-pages.php | 2 -- templates/mod/settings.html | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) 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 %}