]> git.mxchange.org Git - friendica.git/commit
Use filter_var instead of parse_url to validate URLs, since the latter returns true...
authorMatthew Exon <git.mexon@spamgourmet.com>
Thu, 14 Mar 2013 05:58:01 +0000 (13:58 +0800)
committerMatthew Exon <git.mexon@spamgourmet.com>
Thu, 21 Mar 2013 08:27:12 +0000 (16:27 +0800)
commitc7cfc6b170c6e23780ba2a3134cbcb84ad02525c
tree17dcad6a27d34dcab9283feeef108d26eb6f5cee
parentbb3e8ad78527e14ec78ee5e5b2ececfa17e9c0aa
Use filter_var instead of parse_url to validate URLs, since the latter returns true even for invalid URLs, in particular the empty string
include/network.php