Changeset 707 for trunk/lib


Ignore:
Timestamp:
Nov 15, 2019 5:50:28 PM (4 years ago)
Author:
anonymous
Message:

Add polyfill mysql support for PHP 7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Utilities.inc.php

    r706 r707  
    15441544* @param    float   $threshold  Return true if the IP score is above this threshold (0-1).
    15451545* @param    string  $email      Requester email address.
    1546 * @return
     1546* @return   boolean             True if the IP address appears to be a robot, proxy, or VPN.
     1547*                               False if the IP address is a residential or business IP address, or the API failed to return a valid response.
    15471548* @author   Quinn Comendant <quinn@strangecode.com>
    15481549* @since    26 Oct 2019 15:39:17
Note: See TracChangeset for help on using the changeset viewer.