Changeset 813236
- Timestamp:
- 12/01/2013 03:55:27 PM (12 years ago)
- Location:
- tr-cache-and-security/trunk
- Files:
-
- 3 edited
-
inc/init.php (modified) (1 diff)
-
inc/secure.php (modified) (1 diff)
-
plug.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tr-cache-and-security/trunk/inc/init.php
r808562 r813236 3 3 add_action('cache_security', 'tr_cache_security_clean'); 4 4 add_action('wp_insert_comment','tr_wp_insert_comment',10,2); 5 add_action('security_ajax', array('Tr_Security_Class','ajax'));6 5 add_action('validate_password_reset','tr_validate_password_reset',10,2); 7 6 add_action('save_post', 'tr_wp_insert_comment', 10,1); -
tr-cache-and-security/trunk/inc/secure.php
r795650 r813236 14 14 Tr_Security_Class::use_ssl(true); 15 15 } 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 4 4 Plugin URI: http://ngoctrinh.net/ 5 5 Description: Smart Cache and full security your site 6 Version: 1. 1.96 Version: 1.2.0 7 7 Author: Trinh 8 8 Author URI: http://ngoctrinh.net/
Note: See TracChangeset
for help on using the changeset viewer.