diff options
Diffstat (limited to 'install/default-conf/config.php')
-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 = ""; + ?> |