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.
10 lines
140 B
PHTML
10 lines
140 B
PHTML
19 years ago
|
<?php
|
||
|
|
||
|
#ob_start(/*"ob_gzhandler"*/);
|
||
|
print "12345<br />\n";
|
||
|
#phpinfo();
|
||
|
#header("Content-Length: ".ob_get_length());
|
||
|
#ob_end_flush();
|
||
|
|
||
|
?>
|