Ignore:
Timestamp:
Aug 9, 2014, 3:39:24 PM (10 years ago)
Author:
rvelices
Message:

aksimet 2.6.d csi is set earlier...

Location:
extensions/rv_akismet
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/rv_akismet/check.inc.php

    r29047 r29181  
    33{
    44  global $conf;
     5
     6        if (!isset($_SESSION['csi']))
     7                $_POST['cr'][] = 'csi';
     8
    59  if ('reject'==$action or $conf['akismet_spam_action']==$action)
    610    return $action; // already rejecting
     
    4044  /*if (isset($_POST['url']) && strlen($_POST['url']))
    4145    $aki_comm['comment_author_url'] = $_POST['url'];*/
    42 
    43         if (!isset($_SESSION['csi']))
    44         {
    45                 $_POST['cr'][] = 'csi';
    46         }
    4746
    4847  $akismet = new Akismet(get_absolute_root_url(), $conf['akismet_api_key'], $aki_comm);
  • extensions/rv_akismet/main.inc.php

    r29047 r29181  
    11<?php /*
    22Plugin Name: RV Akismet
    3 Version: 2.6.c
     3Version: 2.6.d
    44Description: Uses Akismet online service to check comments agains spam
    55Plugin URI: http://piwigo.org/ext/extension_view.php?eid=192
Note: See TracChangeset for help on using the changeset viewer.