Stripped redundant HTML from PHP Info file

This commit is contained in:
Brad Metcalf 2015-03-27 08:46:01 -05:00
commit 647d76b193

View file

@ -1,15 +1 @@
<html>
<head>
<title>php-webkit</title>
</head>
<body>
<?php phpinfo(); ?>
</body>
</html>
<?php phpinfo();