blob: c20a442523815ebfc783ad87898fd46e58502465 [file] [log] [blame]
#!perl
use strict;
my $r = shift;
$r->send_http_header('text/plain');
print "OK";