]> git.pld-linux.org Git - packages/clickheat.git/blob - paths.patch
- drop obsolete and outdated manual inclusion of rpm macros
[packages/clickheat.git] / paths.patch
1 --- clickheat/config.php~       2011-03-08 13:51:16.000000000 +0200
2 +++ clickheat/config.php        2011-04-20 00:11:50.864847825 +0300
3 @@ -77,8 +77,8 @@
4         $basePath = preg_replace('~[\\\\/]+~', '/', dirname(__FILE__));
5  }
6  $clickheatDefault = array(
7 -'logPath'              => $basePath.'/logs/',
8 -'cachePath'            => $basePath.'/cache/',
9 +'logPath'              => '/var/log/clickheat',
10 +'cachePath'            => '/var/cache/clickheat',
11  'referers'             => false,
12  'groups'               => false,
13  'filesize'             => 0,
This page took 0.063987 seconds and 3 git commands to generate.