*******************************************************************************
** ip_restrict - 0.1                                                         **
*******************************************************************************

Version 0.1
------------
  - Added code for vlogin plugin support (see comments in README).
  - Moved from restrict.txt to restrict.php for security reasons.
  - Fixed possible issue if user puts space before/after the "=" in the
    restrict.txt configuration file.
  - Fixed a minor bug in explode that included the \n on the end of lines.
  - Added cidr matching.
  - Added network mask matching.
  - Added support for wildcard users.
  - Added support for multiple IP addresses.
  - Created INSTALL file.
  - Created README.
  - Created version.
  - Added ip_restrict_version() function per plugin specs.