Sign in
eclipse
/
gerrit
/
www.eclipse.org
/
modeling
/
0f9a4cf69abde80cbb9d90d29de1fcdf16200017
/
.
/
emft
/
henshin
/
stats
/
update-R.php
blob: a387b45577bc356b738219643d1b70df49f380ae [
file
] [
log
] [
blame
]
<html>
<body>
<p>
<i>
Updating download stats for Henshin releases...
</i>
</p>
<p>
<?
php
include_once
"util.php"
;
update_stats
(
'R'
);
print_stats
(
'R'
);
?>
</p>
</body>
</html>