Login Retreive lost passwordRegister
Search

Forum Index / Feedback / bug: _FH_URL_HOST

[ This topic is solved ]

  scandler 23 August 06 / 08:11  
Hello,

in class.validator.php on line 305:

return StrLen($value) == 0 || Validator::IsURL($value);

must be:

return StrLen($value) == 0 || Validator::IsURLHost($value);

Otherwise the URL won't be checked if it exists.

Thank you!

  Teye Heimans (Founder) 23 August 06 / 12:09  
You are completly right. It will be changed in the next build. Thanks!

  Top


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