Plugin Directory

Changeset 640273


Ignore:
Timestamp:
12/17/2012 12:45:42 AM (13 years ago)
Author:
Bit51
Message:

Fixed improper use of if_function_gets (added quotes to string)

File:
1 edited

Legend:

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

    r640266 r640273  
    445445
    446446            //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' ) ) {
    448448
    449449                $headers = apache_request_headers();
Note: See TracChangeset for help on using the changeset viewer.