blob: ece4f7afa92a425177e485252dac4941349a031c [file] [log] [blame]
<html>
<body>
<p>
<i>Resetting download stats for Henshin...</i>
</p>
<p>
<?php
include_once "util.php";
reset_stats('R');
print_stats('R');
reset_stats('N');
print_stats('N');
?>
</p>
</body>
</html>