You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lighttpd1.4/tests/docroot/www/cgi.php

10 lines
139 B
PHP

<?php
#ob_start(/*"ob_gzhandler"*/);
print "12345<br />\n";
#phpinfo();
#header("Content-Length: ".ob_get_length());
#ob_end_flush();
?>