Changeset 1052 in ExiteCMS for trunk/register.php
- Timestamp:
- 11/04/07 13:07:30 (5 years ago)
- File:
-
- 1 edited
-
trunk/register.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/register.php
r1024 r1052 134 134 135 135 if ($settings['display_validation'] == "1") { 136 if (! check_captcha($_POST['captcha_encode'], $_POST['captcha_code'])) {136 if (!isset($_POST['captcha_encode']) || !isset($_POST['captcha_code']) || !check_captcha($_POST['captcha_encode'], $_POST['captcha_code'])) { 137 137 $error .= $locale['410']."<br />\n"; 138 138 }
Note: See TracChangeset
for help on using the changeset viewer.
