
<html>
<body>

<?php
$output = shell_exec('cat data/NPGO.txt');
echo "<pre>$output</pre>";
?>


</body>
</html>


