]> git.pld-linux.org Git - packages/clickheat.git/blame - paths.patch
- drop obsolete and outdated manual inclusion of rpm macros
[packages/clickheat.git] / paths.patch
CommitLineData
006bdd36
ER
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.057473 seconds and 4 git commands to generate.