Source for file ipFilter.php
Documentation is available at ipFilter.php
* This is an example of what a plugin could look like. Required functions are _type() and invoke()
* ipFilter plugin class. Filter out IP addresses that admin doesent want recorded.
* @author Christopher Troup <mini@chatetheory.com>
* Array of IP addresses to ignore
* Invoke plugins, filter IP addresses
* @param phpusertrack_ip $ip Profile object
* @return phpusertrack_ip Altered Profile object
|