X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?a=blobdiff_plain;f=pctb%2Fdictionary-update-receiver;h=25cdf0a71d249ce458c976c43aa35250ca704400;hb=8848415eea8db3c206dbc138732ff56ba51e83c6;hp=25a6dfc3639a840edbb7b045341b1cdac241d3c6;hpb=df05f8de89a10e07fc8677ab9594e1a485990d5e;p=ypp-sc-tools.main.git diff --git a/pctb/dictionary-update-receiver b/pctb/dictionary-update-receiver index 25a6dfc..25cdf0a 100755 --- a/pctb/dictionary-update-receiver +++ b/pctb/dictionary-update-receiver @@ -164,7 +164,9 @@ sub pipeval ($@) { my $version= param('version'); my $spec_aadepth= param('depth'); if ($version ne '3' || $spec_aadepth ne $aadepth) { - print header('text/plain','403 Client out of date'); + print header('text/plain', + "403 YPP SC PCTB client is out of date". + " ($version, $spec_aadepth)"); print "\nYour YPP SC client is out of date.\n"; exit 0; }