blob: 27b62fcfb0ce4d05c5580c7e11c10e44639fa464 [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>