mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-26 21:11:15 -05:00
parent
24c8e2d101
commit
78d1e2713f
@ -115,7 +115,7 @@
|
|||||||
<span class="instruction"><?php echo lang('paste_spam_desc'); ?></span>
|
<span class="instruction"><?php echo lang('paste_spam_desc'); ?></span>
|
||||||
</label>
|
</label>
|
||||||
<?php if($use_recaptcha){
|
<?php if($use_recaptcha){
|
||||||
echo recaptcha_get_html($recaptcha_publickey);
|
echo recaptcha_get_html($recaptcha_publickey, null, stristr(base_url(), 'https'));
|
||||||
} else { ?>
|
} else { ?>
|
||||||
<img class="captcha" src="<?php echo site_url('view/captcha'); ?>?<?php echo date('U', mktime()); ?>" alt="captcha" width="180" height="40" />
|
<img class="captcha" src="<?php echo site_url('view/captcha'); ?>?<?php echo date('U', mktime()); ?>" alt="captcha" width="180" height="40" />
|
||||||
<input value="" type="text" id="captcha" name="captcha" tabindex="2" maxlength="32" />
|
<input value="" type="text" id="captcha" name="captcha" tabindex="2" maxlength="32" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user