1 diff -r -u -N lightsquid-1.8/lightsquid.cfg lightsquid/lightsquid.cfg
2 --- lightsquid-1.8/lightsquid.cfg 2009-07-03 00:29:10.000000000 +0300
3 +++ lightsquid/lightsquid.cfg 2010-05-25 01:18:42.744291470 +0300
5 # -------------------- GLOBAL VARIABLES ---------------------------
7 #path to additional `cfg` files
8 -$cfgpath ="/var/www/html/lightsquid";
9 +$cfgpath ="/usr/share/webapps/lightsquid";
11 -$tplpath ="/var/www/html/lightsquid/tpl";
12 +$tplpath ="/usr/share/webapps/lightsquid/tpl";
13 #path to `lang` folder
14 -$langpath ="/var/www/html/lightsquid/lang";
15 +$langpath ="/usr/share/webapps/lightsquid/lang";
16 #path to `report` folder
17 -$reportpath ="/var/www/html/lightsquid/report";
18 +$reportpath ="/usr/share/webapps/lightsquid/report";
20 $logpath ="/var/log/squid";
21 #path to `ip2name` folder
22 -$ip2namepath ="/var/www/html/lightsquid/ip2name";
23 +$ip2namepath ="/usr/share/webapps/lightsquid/ip2name";
25 #path to `lockfile` ;-)
26 $lockpath =$reportpath;