Changeset 640273
- Timestamp:
- 12/17/2012 12:45:42 AM (13 years ago)
- File:
-
- 1 edited
-
better-wp-security/trunk/inc/secure.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
better-wp-security/trunk/inc/secure.php
r640266 r640273 445 445 446 446 //Just get the headers if we can or else use the SERVER global 447 if ( function_exists( apache_request_headers) ) {447 if ( function_exists( 'apache_request_headers' ) ) { 448 448 449 449 $headers = apache_request_headers();
Note: See TracChangeset
for help on using the changeset viewer.