Disable all google tracking per default
This commit is contained in:
parent
a583d8fa1e
commit
38d4fdcdda
5 changed files with 13 additions and 15 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue