diff options
Diffstat (limited to 'system/helpers')
-rw-r--r-- | system/helpers/remote.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/helpers/remote.php b/system/helpers/remote.php index d34899ec..e6edb9c5 100644 --- a/system/helpers/remote.php +++ b/system/helpers/remote.php @@ -11,7 +11,7 @@ class remote_Core { public static function status($url) { - if ( ! valid::url($url, 'http')) + if ( ! valid::url($url)) return FALSE; // Get the hostname and path |