]> git.pld-linux.org Git - packages/clickheat.git/blob - config.php
- drop obsolete and outdated manual inclusion of rpm macros
[packages/clickheat.git] / config.php
1 <?php $clickheatConf = array (
2   'logPath' => '/var/log/clickheat/',
3   'cachePath' => '/var/cache/clickheat/',
4   'referers' => false,
5   'groups' => false,
6   'filesize' => 0,
7   'adminLogin' => 'clickheat',
8   'adminPass' => md5('clickheat'), // default password, be sure to change it at first setup
9   'viewerLogin' => '',
10   'viewerPass' => '',
11   'memory' => 256,
12   'step' => 5,
13   'dot' => 19,
14   'flush' => 40,
15   'start' => 'm',
16   'palette' => false,
17   'heatmap' => true,
18   'hideIframes' => true,
19   'hideFlashes' => true,
20   'yesterday' => false,
21   'alpha' => 80,
22   '__screenSizes' => 
23   array (
24     0 => 0,
25     1 => 240,
26     2 => 640,
27     3 => 800,
28     4 => 1024,
29     5 => 1152,
30     6 => 1280,
31     7 => 1440,
32     8 => 1600,
33     9 => 1800,
34   ),
35   '__browsersList' => 
36   array (
37     'all' => '',
38     'msie' => 'Internet Explorer',
39     'firefox' => 'Firefox',
40     'chrome' => 'Chrome',
41     'safari' => 'Safari',
42     'opera' => 'Opera',
43     'unknown' => '',
44   ),
45   'version' => '1.12',
46 );
This page took 0.062761 seconds and 3 git commands to generate.