This commit is contained in:
cltbld 2005-08-20 03:34:16 +00:00
Родитель 03064ea2bd
Коммит 00e7890741
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";