Sign in
eclipse
/
gerrit
/
www.eclipse.org
/
modeling
/
0f9a4cf69abde80cbb9d90d29de1fcdf16200017
/
.
/
emft
/
henshin
/
stats
/
reset-really-do-it.php
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>