X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fgraphs%2Ftools%2Furi_set_queue.cgi;h=d84cdfde33f5b42b75148d325d53de9d354e7a3c;hb=5efc24038e24e64e39ec33d4c8f09e1fc6948366;hp=6c6baf096d60605a31683dbb58f461170b926f21;hpb=de7919bc2f1c068734c6760af0cb44c6d7022804;p=helm.git diff --git a/helm/graphs/tools/uri_set_queue.cgi b/helm/graphs/tools/uri_set_queue.cgi index 6c6baf096..d84cdfde3 100755 --- a/helm/graphs/tools/uri_set_queue.cgi +++ b/helm/graphs/tools/uri_set_queue.cgi @@ -126,6 +126,11 @@ while (my $c = $d->accept) { $response->content("\n\n"); $response->content_type('text/xml'); $c->send_response($response); + } elsif ($r->method eq 'GET' && $r->url->path eq "/help"){ + print "Help requested!\n"; + my $response = new HTTP::Response; + $response->content("URI-Set (Queue) Version: ???"); + $c->send_response($response); } else { $c->send_error(RC_FORBIDDEN) }