aowow/setup/updates/1445293761_01.sql
Sarjuuk b6e1bcaeac Setup/Tracking
* added tracking code for Google Analytics
   - enabling is optional
   - add account in config to enable tracking
 * removed usage tracking
   - the results were just seriously depressing..
2015-10-20 00:38:48 +02:00

2 lines
173 B
SQL

DELETE FROM `aowow_config` WHERE `cat` = 6;
INSERT INTO `aowow_config` VALUES ('analytics_user', '', 6, 0x88, 'default: - enter your GA-user here to track site stats');