diff options
author | Philip Häusler <msquare@notrademark.de> | 2012-12-28 22:53:05 +0100 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2012-12-28 22:53:05 +0100 |
commit | 263edf58f2751fbd042d71a1e786f6b203e3f71a (patch) | |
tree | 59ea4b0f6a6a29fb1757375d3cdf236af8273593 /install | |
parent | 7044c07c009ccaf4a0d9f27ab24e0cddaddcbae4 (diff) |
stats for infobeamer/monitor
Diffstat (limited to 'install')
-rw-r--r-- | install/default-conf/config.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/install/default-conf/config.php b/install/default-conf/config.php index 543d1dce..35222c41 100644 --- a/install/default-conf/config.php +++ b/install/default-conf/config.php @@ -68,4 +68,8 @@ $shift_sum_formula = "SUM( // weigh every shift the same //$shift_sum_formula = "SUM(`end` - `start`)"; + +// For accessing stats +$api_key = ""; + ?> |