Scott Gerenser, 07/05/2012 06:19 PM
<html>
<head>
<title>Simple Web Server Test</title>
</head>
<body>
<?php
phpinfo();
?>
</body>
</html>