Browse Source

Fix Captcha

master
M@dD3n 7 years ago
parent
commit
164041b7fc
  1. 4
      contactsnew/class.contactsnew.php
  2. 2
      contactsnew/templates/forms.tpl

4
contactsnew/class.contactsnew.php

@ -76,7 +76,7 @@ class ContactsNew
/**
* Конструктор
*/
function __construct ($email)
function __construct ()
{
$this->fields_main = array_keys($this->fields_main_data);
$this->fields_main_in_string = "'" . implode("','",$this->fields_main) . "'";
@ -976,7 +976,7 @@ class ContactsNew
// парсим теги полей и названий
$tpl = preg_replace_callback('/\[tag:fld:(\d+)]/', array($this,'_parse_tag_fld_form'), $tpl);
$tpl = preg_replace_callback('/\[tag:title:([A-Za-z0-9-_]+)]/', array($this,'_parse_tag_title'),$tpl);
unset($_SESSION['captcha_keystring']);
// выполняем код после валидации
eval('?>' . $this->form['code_onvalidate'] . '<?');

2
contactsnew/templates/forms.tpl

@ -86,7 +86,7 @@
</tr>
{foreachelse}
<tr>
<td colspan="8">
<td colspan="10">
<ul class="messages">
<li class="highlight yellow">{#noforms#}</li>
</ul>

Loading…
Cancel
Save