phpBB

Code Changes

File: phpbb/avatar/driver/remote.php

  Unmodified   Added   Modified   Removed
Line 62Line 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'))