diff options
Diffstat (limited to 'data/lighttpd/lighttpd-1.4.53/tests/docroot/www/cgi.php')
-rwxr-xr-x | data/lighttpd/lighttpd-1.4.53/tests/docroot/www/cgi.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/lighttpd/lighttpd-1.4.53/tests/docroot/www/cgi.php b/data/lighttpd/lighttpd-1.4.53/tests/docroot/www/cgi.php new file mode 100755 index 000000000..f59a84019 --- /dev/null +++ b/data/lighttpd/lighttpd-1.4.53/tests/docroot/www/cgi.php @@ -0,0 +1,9 @@ +<?php + +#ob_start(/*"ob_gzhandler"*/); +print "12345<br />\n"; +#phpinfo(); +#header("Content-Length: ".ob_get_length()); +#ob_end_flush(); + +?> |