summaryrefslogtreecommitdiff
path: root/tests/docroot/www/cgi-pathinfo.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/docroot/www/cgi-pathinfo.pl')
-rwxr-xr-xtests/docroot/www/cgi-pathinfo.pl7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/docroot/www/cgi-pathinfo.pl b/tests/docroot/www/cgi-pathinfo.pl
deleted file mode 100755
index 6b3a3355..00000000
--- a/tests/docroot/www/cgi-pathinfo.pl
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/env perl
-
-print "Content-Type: text/html\r\n\r\n";
-
-print $ENV{"PATH_INFO"};
-
-0;