This commit is contained in:
Claude 2015-09-01 17:09:13 +02:00
parent cfabdfbeec
commit 80dbf803f4

View File

@ -121,7 +121,7 @@
<?php if($use_recaptcha){ <?php if($use_recaptcha){
echo recaptcha_get_html($recaptcha_publickey, null, stristr(base_url(), 'https')); 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', time()); ?>" 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" />
<?php } ?> <?php } ?>
</div> </div>