summaryrefslogtreecommitdiff
path: root/tests/docroot/www/cgi-pathinfo.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/docroot/www/cgi-pathinfo.pl')
-rw-r--r--tests/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 100644
index af8d4dfb..00000000
--- a/tests/docroot/www/cgi-pathinfo.pl
+++ /dev/null
@@ -1,7 +0,0 @@
-#! /usr/bin/perl
-
-print "Content-Type: text/html\r\n\r\n";
-
-print $ENV{"PATH_INFO"};
-
-0;