Disable all google tracking per default

This commit is contained in:
Lucas Bickel 2017-03-13 17:26:47 +01:00
parent a583d8fa1e
commit 38d4fdcdda
5 changed files with 13 additions and 15 deletions

View file

@ -104,6 +104,9 @@ define('UI_PLAYLISTCONTROLLER_OBJ_SESSNAME', 'PLAYLISTCONTROLLER_OBJ');
/*define('UI_PLAYLIST_SESSNAME', 'PLAYLIST');
define('UI_BLOCK_SESSNAME', 'BLOCK');*/
// Google Analytics integration
define('LIBRETIME_ENABLE_GOOGLE_ANALYTICS', false);
//WHMCS integration
define('LIBRETIME_ENABLE_WHMCS', false);
define('WHMCS_PASSWORD_RESET_URL', 'https://account.example.com/pwreset.php');