Plugin Directory

Changeset 813236


Ignore:
Timestamp:
12/01/2013 03:55:27 PM (12 years ago)
Author:
pntrinh
Message:

fix security

Location:
tr-cache-and-security/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • tr-cache-and-security/trunk/inc/init.php

    r808562 r813236  
    33add_action('cache_security', 'tr_cache_security_clean');
    44add_action('wp_insert_comment','tr_wp_insert_comment',10,2);
    5 add_action('security_ajax', array('Tr_Security_Class','ajax'));
    65add_action('validate_password_reset','tr_validate_password_reset',10,2);
    76add_action('save_post', 'tr_wp_insert_comment', 10,1);
  • tr-cache-and-security/trunk/inc/secure.php

    r795650 r813236  
    1414    Tr_Security_Class::use_ssl(true);
    1515}
    16 else if(!empty($_REQUEST['cache_security']) && @$_REQUEST['is_ajax']=='true')
    17 {
    18     Tr_Security_Class::do_action($_REQUEST['cache_security'],$_REQUEST['args']);
    19 }
  • tr-cache-and-security/trunk/plug.php

    r812722 r813236  
    44Plugin URI: http://ngoctrinh.net/
    55Description: Smart Cache and full security your site
    6 Version: 1.1.9
     6Version: 1.2.0
    77Author: Trinh
    88Author URI: http://ngoctrinh.net/
Note: See TracChangeset for help on using the changeset viewer.