Changeset 1321 in ExiteCMS for trunk/includes/comments_include.php
- Timestamp:
- 02/28/08 00:25:43 (4 years ago)
- File:
-
- 1 edited
-
trunk/includes/comments_include.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/comments_include.php
r1315 r1321 91 91 $variables['post_link'] = $clink; 92 92 $variables['cic'] = (isset($_GET['cic']) && !empty($_GET['cic'])) ? $_GET['cic'] : ""; 93 if ($settings['display_validation'] == "1" && $settings['validation_method'] == "text") { 94 require_once PATH_INCLUDES."secureimage-1.0.3/securimage.php"; 95 $securimage = new Securimage(); 96 $securimage->createCode(); 97 $variables['validation_code'] = $_SESSION['securimage_code_value']; 98 } 93 99 94 100 // define the body panel variables
Note: See TracChangeset
for help on using the changeset viewer.
