Changeset 1759605
- Timestamp:
- 11/06/2017 06:12:34 PM (8 years ago)
- Location:
- bravo-security/trunk
- Files:
-
- 3 edited
-
bravo-config.php (modified) (1 diff)
-
includes/tebravo.selfprotect.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bravo-security/trunk/bravo-config.php
r1751191 r1759605 63 63 } 64 64 } 65 66 //self defense or self protection options 67 if(!defined( 'TEBRAVO_SELFP' )){define ('TEBRAVO_SELFP', false);} 65 68 ?> -
bravo-security/trunk/includes/tebravo.selfprotect.php
r1751191 r1759605 25 25 } 26 26 27 add_action('admin_init', array($this, 'xss_protect')); 28 add_action('admin_head', array($this, 'check_admins')); 29 add_action('admin_head', array($this, 'password_protection')); 30 add_action('admin_notices', array($this, 'check_browser_security')); 27 if( defined( 'TEBRAVO_SELFP' ) && TEBRAVO_SELFP == true ) 28 { 29 add_action('admin_init', array($this, 'xss_protect')); 30 add_action('admin_head', array($this, 'check_admins')); 31 add_action('admin_head', array($this, 'password_protection')); 32 add_action('admin_notices', array($this, 'check_browser_security')); 33 } 31 34 } 32 35 -
bravo-security/trunk/readme.txt
r1751264 r1759605 14 14 15 15 16 [http://bravo.technoyer.com](http://bravo.technoyer.com)16 http://bravo.technoyer.com(http://bravo.technoyer.com) 17 17 18 18
Note: See TracChangeset
for help on using the changeset viewer.