Changeset 2881
- Timestamp:
- Nov 16, 2016, 10:20:19 AM (4 years ago)
- Location:
- lliurex-analytics-server/trunk/fuentes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-analytics-server/trunk/fuentes/debian/changelog
r2331 r2881 1 lliurex-analytics-server (0.1.0) xenial; urgency=medium 2 3 * Updated client string detection 4 5 -- M.Angel Juan <m.angel.juan@gmail.com> Wed, 16 Nov 2016 10:19:22 +0100 6 1 7 lliurex-analytics-server (0.0.9) xenial; urgency=medium 2 8 -
lliurex-analytics-server/trunk/fuentes/lliurex-analytics-server/usr/lib/analytics-server/analytics/config.php
r747 r2881 3 3 $dbhost='localhost'; 4 4 $dbname='analytics'; 5 $dbuser=' @phpuser@';6 $dbpass=' @phppass@';5 $dbuser='lliurex'; 6 $dbpass='lliurex'; 7 7 8 8 $app_dir='/analytics'; … … 18 18 { 19 19 "name": "desktop", 20 "like": "NOT LIKE \'%server%\' and sabor LIKE \'%desktop%\'"20 "like": "NOT LIKE \'%server%\' and NOT LIKE \'%client%\' and sabor LIKE \'%desktop%\'" 21 21 }, 22 22 { … … 36 36 { 37 37 "name": "desktop", 38 "like": " NOT LIKE \'%server%\' and saborLIKE \'%desktop%\'"38 "like": "LIKE \'%desktop%\'" 39 39 }, 40 40 {
Note: See TracChangeset
for help on using the changeset viewer.