Changeset 1321 in ExiteCMS for trunk/register.php
- Timestamp:
- 02/28/08 00:25:43 (4 years ago)
- File:
-
- 1 edited
-
trunk/register.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/register.php
r1315 r1321 21 21 // no point registering when you're already a member 22 22 if (iMEMBER) fallback(BASEDIR."index.php"); 23 24 // include the DNS functions include25 require_once PATH_INCLUDES."dns_functions.php";26 23 27 24 // load the locales for this module … … 222 219 $theme_files = array(); 223 220 } 221 if ($settings['display_validation'] == "1" && $settings['validation_method'] == "text") { 222 require_once PATH_INCLUDES."secureimage-1.0.3/securimage.php"; 223 $securimage = new Securimage(); 224 $securimage->createCode(); 225 $variables['validation_code'] = $_SESSION['securimage_code_value']; 226 } 224 227 $variables['theme_files'] = $theme_files; 225 228 // define the body panel variables
Note: See TracChangeset
for help on using the changeset viewer.
