extra file.

This commit is contained in:
yamachan 2016-08-30 19:12:47 +09:00
parent 4f54463af3
commit 78e5771b04

View file

@ -1,23 +0,0 @@
<?php $clickheatConf = array (
'logPath' => PIWIK_INCLUDE_PATH.'/tmp/cache/clickheat/logs/',
'cachePath' => PIWIK_INCLUDE_PATH.'/tmp/cache/clickheat/cache/',
'referers' => false,
'groups' => false,
'filesize' => 0,
'adminLogin' => '',
'adminPass' => '',
'viewerLogin' => '',
'viewerPass' => '',
'memory' => 50,
'step' => 5,
'dot' => 19,
'flush' => 40,
'start' => 'm',
'palette' => false,
'heatmap' => true,
'hideIframes' => true,
'hideFlashes' => true,
'yesterday' => false,
'alpha' => 80,
'version' => '0.1.0',
); ?>