summaryrefslogtreecommitdiff
path: root/tests/docroot/www/cgi.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/docroot/www/cgi.php')
-rw-r--r--tests/docroot/www/cgi.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/docroot/www/cgi.php b/tests/docroot/www/cgi.php
deleted file mode 100644
index d92e52f9..00000000
--- a/tests/docroot/www/cgi.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-
-#ob_start(/*"ob_gzhandler"*/);
-print "12345<br />\n";
-#phpinfo();
-#header("Content-Length: ".ob_get_length());
-#ob_end_flush();
-
-?>