File: phpbb/avatar/driver/remote.php
Unmodified
Added
Modified
Removed
Line 62 | Line 62 |
---|
if (!preg_match('#^(http|https|ftp)://#i', $url)) {
|
if (!preg_match('#^(http|https|ftp)://#i', $url)) {
|
$url = 'http://' . $url;
| $url = 'https://' . $url;
|
}
if (!function_exists('validate_data'))
| }
if (!function_exists('validate_data'))
|