diff options
Diffstat (limited to 'src/civetweb/test/dir with spaces')
-rwxr-xr-x | src/civetweb/test/dir with spaces/hello.cgi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/civetweb/test/dir with spaces/hello.cgi b/src/civetweb/test/dir with spaces/hello.cgi new file mode 100755 index 000000000..39decbeb1 --- /dev/null +++ b/src/civetweb/test/dir with spaces/hello.cgi @@ -0,0 +1,3 @@ +#!/usr/bin/env perl + +print "Content-Type: text/plain\n\nhello\n"; |