--- httplint/index.php 2004/03/11 19:05:02 55 +++ httplint/index.php 2004/03/12 22:46:42 58 @@ -17,11 +17,8 @@ if (isset($url)) { $u = htmlspecialchars($url); echo "

Results for $u

"; - $output = shell_exec('/home/james/Projects/httplint/httplint ' . + passthru('/home/james/Projects/httplint/httplint --html ' . escapeshellarg($url)); - echo '
';
-	echo htmlspecialchars($output);
-	echo '
'; } else { $u = 'http://'; ?> @@ -46,7 +43,8 @@ source is available. Created by James Bursa. -

Thanks to Michael Drake for the icon.

+

Thanks to Michael Drake +for the icon.