Sign in
eclipse
/
gerrit
/
www.eclipse.org
/
modeling
/
4220939fc1ca8598def97c16f770a89bdfcd6895
/
.
/
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>