Plugin Directory

Changeset 642113


Ignore:
Timestamp:
12/20/2012 05:13:27 AM (13 years ago)
Author:
Bit51
Message:

Fixer typo in getIP captitalization

File:
1 edited

Legend:

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

    r640859 r642113  
    472472            } else {
    473473               
    474                 $theIp = $_SERVER['REMOTE_ADDR'];
     474                $theIP = $_SERVER['REMOTE_ADDR'];
    475475                               
    476476            }
    477477
    478             return $theIp;
     478            return $theIP;
    479479
    480480        }
Note: See TracChangeset for help on using the changeset viewer.