blob: 643d6e55710639ca3b06b6c1aec4637d2dd414b5 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
</head>
<body>
<?php
session_start();
header('X-My-PHP-Header: without_flush');
echo"Content generated by PHP without a call to flush()!";
?>
</body>
</html>