Changeset 652139
- Timestamp:
- 01/13/2013 09:25:33 PM (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
r652138 r652139 14 14 15 15 //set a global variable if this is a call from InfiniteWP 16 $HTTP_RAW_POST_DATA = file_get_contents( 'php://input');17 $data = base64_decode( $HTTP_RAW_POST_DATA);16 $HTTP_RAW_POST_DATA = file_get_contents( 'php://input' ); 17 $data = base64_decode( $HTTP_RAW_POST_DATA ); 18 18 if ( $data ) { 19 19 $unserialized_data = unserialize( $data );
Note: See TracChangeset
for help on using the changeset viewer.