packages: clickheat/config.php (NEW) - default config
glen
glen at pld-linux.org
Wed Apr 20 00:02:18 CEST 2011
Author: glen Date: Tue Apr 19 22:02:18 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- default config
---- Files affected:
packages/clickheat:
config.php (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/clickheat/config.php
diff -u /dev/null packages/clickheat/config.php:1.1
--- /dev/null Wed Apr 20 00:02:18 2011
+++ packages/clickheat/config.php Wed Apr 20 00:02:13 2011
@@ -0,0 +1,46 @@
+<?php $clickheatConf = array (
+ 'logPath' => '/var/log/clickheat/',
+ 'cachePath' => '/var/cache/clickheat/',
+ 'referers' => false,
+ 'groups' => false,
+ 'filesize' => 0,
+ 'adminLogin' => 'clickheat',
+ 'adminPass' => md5('clickheat'), // default password, be sure to change it at first setup
+ 'viewerLogin' => '',
+ 'viewerPass' => '',
+ 'memory' => 256,
+ 'step' => 5,
+ 'dot' => 19,
+ 'flush' => 40,
+ 'start' => 'm',
+ 'palette' => false,
+ 'heatmap' => true,
+ 'hideIframes' => true,
+ 'hideFlashes' => true,
+ 'yesterday' => false,
+ 'alpha' => 80,
+ '__screenSizes' =>
+ array (
+ 0 => 0,
+ 1 => 240,
+ 2 => 640,
+ 3 => 800,
+ 4 => 1024,
+ 5 => 1152,
+ 6 => 1280,
+ 7 => 1440,
+ 8 => 1600,
+ 9 => 1800,
+ ),
+ '__browsersList' =>
+ array (
+ 'all' => '',
+ 'msie' => 'Internet Explorer',
+ 'firefox' => 'Firefox',
+ 'chrome' => 'Chrome',
+ 'safari' => 'Safari',
+ 'opera' => 'Opera',
+ 'unknown' => '',
+ ),
+ 'version' => '1.12',
+);
================================================================
More information about the pld-cvs-commit
mailing list