diff --git a/inc/8chan-mod-pages.php b/inc/8chan-mod-pages.php index 2b09d098..b46feeb7 100644 --- a/inc/8chan-mod-pages.php +++ b/inc/8chan-mod-pages.php @@ -460,6 +460,7 @@ FLAGS; $strip_combining_chars = isset($_POST['strip_combining_chars']) ? 'true' : 'false'; $allow_roll = isset($_POST['allow_roll']) ? 'true' : 'false'; $image_reject_repost = isset($_POST['image_reject_repost']) ? 'true' : 'false'; + $image_reject_repost_in_thread = isset($_POST['image_reject_repost_in_thread']) ? 'true' : 'false'; $early_404 = isset($_POST['early_404']) ? 'true' : 'false'; $allow_delete = isset($_POST['allow_delete']) ? 'true' : 'false'; $allow_flash = isset($_POST['allow_flash']) ? '$config[\'allowed_ext_files\'][] = \'swf\';' : ''; @@ -571,6 +572,7 @@ FLAGS; \$config['strip_combining_chars'] = $strip_combining_chars; \$config['allow_roll'] = $allow_roll; \$config['image_reject_repost'] = $image_reject_repost; +\$config['image_reject_repost_in_thread'] = $image_reject_repost_in_thread; \$config['early_404'] = $early_404; \$config['allow_delete'] = $allow_delete; \$config['anonymous'] = base64_decode('$anonymous'); diff --git a/templates/mod/settings.html b/templates/mod/settings.html index 660bb684..803d6971 100644 --- a/templates/mod/settings.html +++ b/templates/mod/settings.html @@ -44,7 +44,8 @@