blob: 48581e3844e96a4ea97c096be2910c18572d11f3 [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>