We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10e3c3c commit ed00012Copy full SHA for ed00012
controller/main.php
@@ -610,7 +610,7 @@ private function display_pb()
610
611
'FILESIZE' => $this->config['max_filesize'],
612
613
- 'IS_RECAPTCHA' => $is_recaptcha,
+ 'PASTEBIN_IS_RECAPTCHA' => $is_recaptcha,
614
615
'S_FORM_ENCTYPE' => ' enctype="multipart/form-data"',
616
'S_ERROR' => (isset($s_error)) ? $s_error : '',
styles/prosilver/template/pastebin_post.html
@@ -54,7 +54,7 @@ <h3>{{ lang('PASTEBIN_SNIPPET_TEXT') }}</h3>
54
</fieldset>
55
56
{% if PASTEBIN_CAPTCHA_TEMPLATE %}
57
- {% if not IS_RECAPTCHA %}
+ {% if not PASTEBIN_IS_RECAPTCHA %}
58
<h3>{{ lang('PASTEBIN_CONFIRM') }}</h3>
59
<p>{{ lang('PASTEBIN_CONFIRM_EXPLAIN') }}</p>
60
{% endif %}
0 commit comments