File: includes/acp/acp_captcha.php
Unmodified
Added
Modified
Removed
Line 96 | Line 96 |
---|
} else if ($submit) {
|
} else if ($submit) {
|
trigger_error($user->lang['FORM_INVALID'] . adm_back_link(), E_USER_WARNING);
| trigger_error($user->lang['FORM_INVALID'] . adm_back_link($this->u_action), E_USER_WARNING);
|
} else {
| } else {
|
Line 124 | Line 124 |
---|
'CAPTCHA_PREVIEW_TPL' => $demo_captcha->get_demo_template($id), 'S_CAPTCHA_HAS_CONFIG' => $demo_captcha->has_config(), 'CAPTCHA_SELECT' => $captcha_select,
|
'CAPTCHA_PREVIEW_TPL' => $demo_captcha->get_demo_template($id), 'S_CAPTCHA_HAS_CONFIG' => $demo_captcha->has_config(), 'CAPTCHA_SELECT' => $captcha_select,
|
| 'U_ACTION' => $this->u_action,
|
)); } }
| )); } }
|