blob: e7c64cffdfe2c3aeb3d8401d47b4cb7a14cc9412 [file] [log] [blame]
<html>
<body>
<p>
<i>Download stats for Henshin releases:</i>
</p>
<p>
<?php
include_once "util.php";
print_stats('R');
?>
</p>
<p>
<i>Download stats for Henshin nightly builds:</i>
</p>
<p>
<?php
print_stats('N');
?>
</p>
</body>
</html>