Do-not-track

This commit is contained in:
mmk2410 2016-02-16 14:16:20 +01:00
parent bd28332252
commit 5d041ff6f8
1 changed files with 8 additions and 6 deletions

View File

@ -27,6 +27,7 @@
if ($bloganalytics) { // check if google analytics is enabled
if (!($_SERVER['HTTP_DNT'] == 1)) {
?>
<script>
@ -49,4 +50,5 @@ if ($bloganalytics) { // check if google analytics is enabled
<?php
}
}
?>