This commit is contained in:
cltbld 2005-08-20 03:34:16 +00:00
Родитель db32959cb9
Коммит 444c5711dd
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -498,7 +498,7 @@ sub update_create_stats {
$hashfunction = uc($hashfunction);
if ( defined($Settings::update_filehost) ) {
$url =~ s|^([^:]*)://([^/:]*)(.*)$|$1://$Settings::update_filehost$2|g;
$url =~ s|^([^:]*)://([^/:]*)(.*)$|$1://$Settings::update_filehost$3|g;
}
$output = "$type\n";