diff --git a/inc/8chan-mod-pages.php b/inc/8chan-mod-pages.php
index 33a6e752..0fe9255f 100644
--- a/inc/8chan-mod-pages.php
+++ b/inc/8chan-mod-pages.php
@@ -405,6 +405,7 @@ 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';
+ $force_subject_op = isset($_POST['force_subject_op']) ? 'true' : 'false';
$oekaki_js = <<{% trans %}Forced anonymous{% endtrans %} | |
{% trans %}YouTube/Voocaroo embedding{% endtrans %} | |
{% trans %}Require image for OP{% endtrans %} | |
+ {% trans %}Require subject for OP{% endtrans %} | |
{% trans %}Disable images{% endtrans %} | |
{% trans %}Poster ID's{% endtrans %} | |
{% trans %}Display SAGE! after saged posts{% endtrans %} | |