aboutsummaryrefslogtreecommitdiffstats
path: root/test/xhtml.php
blob: 1d2872e34a809a9469ac5cb149a40fc7b8007633 (plain)
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");
?>