Login Retreive lost passwordRegister
Search

Forum Index / NL Forum / BUG _FH_IP validator

[ This topic is solved ]

  winus 09 November 09 / 21:01  
<?php
    
function _IsIp$ip )
    {
        return 
StrLen$ip ) == || Validator::CheckIp$ip );
    }
?>

moet zijn

<?php
    
function _IsIp$ip )
    {
        return 
StrLen$ip ) == || Validator::IsIP$ip );
    }
?>

  Johan Wiegel (Admin) 09 November 09 / 21:27  
fixed. Thanks again.

  Top


powered by PHP-GLOBE   © 2004 - 2012 FormHandler. All rights reserved.   -   Open source license