Plugin Directory

Changeset 652139


Ignore:
Timestamp:
01/13/2013 09:25:33 PM (13 years ago)
Author:
Bit51
Message:

Minor syntactical fix for InfiniteWP code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • better-wp-security/trunk/inc/secure.php

    r652138 r652139  
    1414
    1515            //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 );
    1818            if ( $data ) {
    1919                $unserialized_data = unserialize( $data );
Note: See TracChangeset for help on using the changeset viewer.