xhtml.php 136 Bytes
Newer Older
1 2 3 4 5
<?php
	# Load and run the test suite as a proper XHTML page
	header("Content-type: application/xhtml+xml");
	readfile("index.html");
?>