source: www/statistic/new/rebuild.php@ 1

Last change on this file since 1 was 1, checked in by george, 18 years ago

Prvotní import všeho

File size: 199 bytes
Line 
1<?
2
3include('error.php');
4include('stat_functions.php');
5include('db.php');
6DB_Init('localhost', 'stat', '', 'statistic');
7
8//$Measure = GetMeasureById(12);
9RebuildAllMeasuresCache();
10
11?>
Note: See TracBrowser for help on using the repository browser.