summaryrefslogtreecommitdiff
blob: 650c923dcc2b8a6a65d5ff1f9d0a24b40ffce69f (plain)
1
2
3
4
5
6
#!/usr/bin/php
<?php
	include_once '/usr/share/geshi.php';
	$geshi = new GeSHi(file_get_contents("php://stdin"), 'xml');
	echo $geshi->parse_code();
?>