From c2256b56c876ef5bdc305e5af029c8348ce8a5f9 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 4 Jul 2009 20:22:54 +0100 Subject: [PATCH] Version protocol better error message --- pctb/dictionary-update-receiver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pctb/dictionary-update-receiver b/pctb/dictionary-update-receiver index 25a6dfc..24e7c67 100755 --- a/pctb/dictionary-update-receiver +++ b/pctb/dictionary-update-receiver @@ -164,7 +164,7 @@ 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'); print "\nYour YPP SC client is out of date.\n"; exit 0; } -- 2.30.2