Ignore:
Timestamp:
Oct 30, 2010, 1:32:11 PM (13 years ago)
Author:
rvelices
Message:

feature 1915: add protection on user registration against robots

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/ws_functions.inc.php

    r7212 r7495  
    726726  {
    727727    $comment_post_data['author'] = stripslashes($user['username']);
    728     $comment_post_data['key'] = get_comment_post_key($params['image_id']);
     728    $comment_post_data['key'] = get_ephemeral_key(2, $params['image_id']);
    729729  }
    730730
Note: See TracChangeset for help on using the changeset viewer.