source:
www/statistic/new/rebuild.php@
1
Last change on this file since 1 was 1, checked in by , 18 years ago | |
---|---|
File size: 199 bytes |
Line | |
---|---|
1 | <? |
2 | |
3 | include('error.php'); |
4 | include('stat_functions.php'); |
5 | include('db.php'); |
6 | DB_Init('localhost', 'stat', '', 'statistic'); |
7 | |
8 | //$Measure = GetMeasureById(12); |
9 | RebuildAllMeasuresCache(); |
10 | |
11 | ?> |
Note:
See TracBrowser
for help on using the repository browser.