diff options
Diffstat (limited to 'tests/docroot/www/nph-status.pl')
-rwxr-xr-x | tests/docroot/www/nph-status.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/docroot/www/nph-status.pl b/tests/docroot/www/nph-status.pl index 602cdc7..528791b 100755 --- a/tests/docroot/www/nph-status.pl +++ b/tests/docroot/www/nph-status.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/perl print "HTTP/1.0 30 FooBar\r\n"; print "\r\n"; |